User Agent Parser
OverrideBrowserType Property



KellermanSoftware.UserAgentParser Namespace > Model Class : OverrideBrowserType Property
Gets or sets the an override for the browser type
Syntax
'Declaration
 
Public Property OverrideBrowserType As Nullable(Of BrowserType)
'Usage
 
Dim instance As Model
Dim value As Nullable(Of BrowserType)
 
instance.OverrideBrowserType = value
 
value = instance.OverrideBrowserType
public Nullable<BrowserType> OverrideBrowserType {get; set;}
public:
property Nullable<BrowserType> OverrideBrowserType {
   Nullable<BrowserType> get();
   void set (    Nullable<BrowserType> value);
}

Property Value

The type of the override browser.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Model Class
Model Members