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.
Indicates whether backups exist for the device.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
[DataMemberAttribute]
public bool HasBackups { get; private set; }
public:
[DataMemberAttribute]
property bool HasBackups {
bool get();
private: void set(bool value);
}
<DataMemberAttribute>
Public Property HasBackups As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
true if backups exist; otherwise, false.
See Also
BackupStatusProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top