User Agent Parser
IsAutoUpdateEnabled Property



KellermanSoftware.UserAgentParser Namespace > Configuration Class : IsAutoUpdateEnabled Property
Gets or sets a value indicating whether Auto Update is Enabled. The default is true.
Syntax
'Declaration
 
Public Property IsAutoUpdateEnabled As Boolean
'Usage
 
Dim instance As Configuration
Dim value As Boolean
 
instance.IsAutoUpdateEnabled = value
 
value = instance.IsAutoUpdateEnabled
public bool IsAutoUpdateEnabled {get; set;}
public:
property bool IsAutoUpdateEnabled {
   bool get();
   void set (    bool value);
}
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

Configuration Class
Configuration Members