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