DeviceInfo.BackupStatus Property
Gets the backup status of the device.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public BackupStatusProperty BackupStatus { get; internal set; }
public:
property BackupStatusProperty^ BackupStatus {
BackupStatusProperty^ get();
internal: void set(BackupStatusProperty^ value);
}
Public Property BackupStatus As BackupStatusProperty
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.Devices.BackupStatusProperty
An instance of BackupStatusProperty.
Remarks
Null is returned if the backup status is not reported.
See Also
DeviceInfo Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top