HttpBrowserCapabilitiesBase.Win32 Property

Definition

When overridden in a derived class, gets a value that indicates whether the client is a Win32-based computer.

public:
 virtual property bool Win32 { bool get(); };
public virtual bool Win32 { get; }
member this.Win32 : bool
Public Overridable ReadOnly Property Win32 As Boolean

Property Value

true if the client is a Win32-based computer; otherwise, false.

Exceptions

Applies to