User Agent Parser
AutoUpdateStatus Property (DeviceInformation)



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

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

DeviceInformation Class
DeviceInformation Members