User Agent Parser
Config Property (DetectionLogic)



KellermanSoftware.UserAgentParser Namespace > DetectionLogic Class : Config Property
Gets or sets the configuration.
Syntax
'Declaration
 
Public Property Config As Configuration
'Usage
 
Dim instance As DetectionLogic
Dim value As Configuration
 
instance.Config = value
 
value = instance.Config
public Configuration Config {get; set;}
public:
property Configuration^ Config {
   Configuration^ get();
   void set (    Configuration^ value);
}

Property Value

The configuration.
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

DetectionLogic Class
DetectionLogic Members