User Agent Parser
Status Property



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

Property Value

The 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

FileUpdateEventArgs Class
FileUpdateEventArgs Members