BackupStatusProperty.Status Property
Gets the status of the backup.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public BackupStatus Status { get; }
public:
property BackupStatus Status {
BackupStatus get();
}
Public ReadOnly Property Status As BackupStatus
Property Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.BackupStatus
An instance of BackupStatus that contains the status of the backup.
See Also
BackupStatusProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top