User Agent Parser
UserAgentId Property



KellermanSoftware.UserAgentParser Namespace > DeviceInformation Class : UserAgentId Property
A unique identifier for the browser, version, and device
Syntax
'Declaration
 
Public ReadOnly Property UserAgentId As Long
'Usage
 
Dim instance As DeviceInformation
Dim value As Long
 
value = instance.UserAgentId
public long UserAgentId {get;}
public:
property int64 UserAgentId {
   int64 get();
}

Property Value

The user agent identifier.
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