RequireWindows Property

Sets or retrieves a value that indicates whether the Windows client is required.

Syntax

Visual Basic  Public  Property RequireWindows As bool
C# public  bool RequireWindows { get; set; }
Managed C++ public:  __property bool get_RequireWindows();
public:  __property void set_RequireWindows(bool);
JScript public   function get RequireWindows() : bool;
public   function set RequireWindows(bool);

Possible Values

bValue bool that specifies or receives one of the following values.
falseThe Windows client is not required.
trueThe Windows client is required.

The property is read/write. The property has no default value.

Applies To

BrowserLevel

See Also

Internet Explorer WebControls