User Agent Parser
AndroidVersions Property



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

Property Value

The android 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