User Agent Parser
BrowserProperties Property



KellermanSoftware.UserAgentParser Namespace > DeviceInformation Class : BrowserProperties Property
Gets or sets the browser properties.
Syntax
'Declaration
 
Public Property BrowserProperties As List(Of BrowserProperty)
'Usage
 
Dim instance As DeviceInformation
Dim value As List(Of BrowserProperty)
 
instance.BrowserProperties = value
 
value = instance.BrowserProperties
public List<BrowserProperty> BrowserProperties {get; set;}
public:
property List<BrowserProperty^>^ BrowserProperties {
   List<BrowserProperty^>^ get();
   void set (    List<BrowserProperty^>^ value);
}

Property Value

The browser properties.
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

DeviceInformation Class
DeviceInformation Members