User Agent Parser
SecurityLevel Property



KellermanSoftware.UserAgentParser Namespace > DeviceInformation Class : SecurityLevel Property
Gets or sets the security level.
Syntax
'Declaration
 
Public Property SecurityLevel As SecurityLevel
'Usage
 
Dim instance As DeviceInformation
Dim value As SecurityLevel
 
instance.SecurityLevel = value
 
value = instance.SecurityLevel
public SecurityLevel SecurityLevel {get; set;}
public:
property SecurityLevel SecurityLevel {
   SecurityLevel get();
   void set (    SecurityLevel value);
}

Property Value

The security level.
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