HttpBrowserCapabilitiesWrapper.Win32 Propriedade
Definição
Obtém um valor que indica se o cliente é um computador baseado em Win32.Gets a value that indicates whether the client is a Win32-based computer.
public:
virtual property bool Win32 { bool get(); };
public override bool Win32 { get; }
member this.Win32 : bool
Public Overrides ReadOnly Property Win32 As Boolean
Valor da propriedade
true Se o cliente for um computador baseado em Win32; caso contrário, false .true if the client is a Win32-based computer; otherwise, false. O padrão é false.The default is false.