User Agent Parser
AutoUpdateStatus Property (Configuration)



KellermanSoftware.UserAgentParser Namespace > Configuration Class : AutoUpdateStatus Property
Gets the automatic update status.
Syntax
'Declaration
 
Public ReadOnly Property AutoUpdateStatus As KellermanStores.AutoUpdateFileLogic.AutoUpdateStatus
'Usage
 
Dim instance As Configuration
Dim value As KellermanStores.AutoUpdateFileLogic.AutoUpdateStatus
 
value = instance.AutoUpdateStatus
public KellermanStores.AutoUpdateFileLogic.AutoUpdateStatus AutoUpdateStatus {get;}
public:
property KellermanStores.AutoUpdateFileLogic.AutoUpdateStatus AutoUpdateStatus {
   KellermanStores.AutoUpdateFileLogic.AutoUpdateStatus get();
}

Property Value

The automatic update status.
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