Indicates whether the client is a Win16-based machine.
[Visual Basic] Overridable Public ReadOnly Property Win16 As Boolean [C#] public bool Win16 {virtual get;} [C++] public: __property virtual bool get_Win16(); [JScript] public function get Win16() : Boolean;
true if the browser client is a Win16-based machine; otherwise, false. Default value is false.
[Visual Basic]
<% ' This example performs some action only if the client browser ' is a Win16 based machine. If Request.Browser.Win16 = True Then ... End If %>
HttpBrowserCapabilities Class | HttpBrowserCapabilities Members | System.Web Namespace