User Agent Parser
AllBrowsersDictionary Property



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

Property Value

All browsers dictionary.
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