HttpBrowserCapabilitiesBase.Win16 Propriedade
Definição
Quando substituída em uma classe derivada, obtém um valor que indica se o cliente é um computador baseado em Win16.When overridden in a derived class, gets a value that indicates whether the client is a Win16-based computer.
public:
virtual property bool Win16 { bool get(); };
public virtual bool Win16 { get; }
member this.Win16 : bool
Public Overridable ReadOnly Property Win16 As Boolean
Valor da propriedade
true Se o navegador estiver em execução em um computador baseado em Win16; caso contrário, false .true if the browser is running on a Win16-based computer; otherwise, false.
Exceções
Sempre.Always.