User Agent Parser
CategoryVersion Property (BrowserCapability)



KellermanSoftware.UserAgentParser Namespace > BrowserCapability Class : CategoryVersion Property
Gets or sets the category version of the browser capability
Syntax
'Declaration
 
Public Property CategoryVersion As String
'Usage
 
Dim instance As BrowserCapability
Dim value As String
 
instance.CategoryVersion = value
 
value = instance.CategoryVersion
public string CategoryVersion {get; set;}
public:
property String^ CategoryVersion {
   String^ get();
   void set (    String^ value);
}

Property Value

The category version of the browser capability
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

BrowserCapability Class
BrowserCapability Members