HttpBrowserCapabilities.Win32 Propriedade

Definição

Obtém um valor que indica se o cliente é um computador baseado em Win32.Gets a value indicating whether the client is a Win32-based computer.

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

Valor da propriedade

Boolean

true Se o cliente de navegador for um computador baseado em Win32; caso contrário, false .true if the browser client is a Win32-based computer; otherwise, false. O padrão é false.The default is false.

Aplica-se a