User Agent Parser
VerboseBrowserNames Property



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

Property Value

The verbose browser names.
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