Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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