User Agent Parser
WindowsVersions Property



KellermanSoftware.UserAgentParser Namespace > Resource Class : WindowsVersions Property
Gets or sets the windows versions.
Syntax
'Declaration
 
Public Property WindowsVersions As Dictionary(Of String,String)
'Usage
 
Dim instance As Resource
Dim value As Dictionary(Of String,String)
 
instance.WindowsVersions = value
 
value = instance.WindowsVersions
public Dictionary<string,string> WindowsVersions {get; set;}
public:
property Dictionary<String^,String^>^ WindowsVersions {
   Dictionary<String^,String^>^ get();
   void set (    Dictionary<String^,String^>^ value);
}

Property Value

The windows versions.
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

Resource Class
Resource Members