Share via


DevicePropertyFactory.CreateBackupStatusProperty Method

 

Create an BackupStatusProperty object that contains information about the status of backups.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static CreateBackupStatusProperty(BackupStatus, Boolean, TimeSpan)

Create an BackupStatusProperty object that contains information about the status of backups.

System_CAPS_pubmethodSystem_CAPS_static CreateBackupStatusProperty(BackupStatus, Boolean, TimeSpan, DateTime)

Create an BackupStatusProperty object that contains information about the status of backups.

System_CAPS_pubmethodSystem_CAPS_static CreateBackupStatusProperty(Int32, Boolean, TimeSpan)

Create an BackupStatusProperty object that contains information about the status of backups and provides a progress indicator.

System_CAPS_pubmethodSystem_CAPS_static CreateBackupStatusProperty(Int32, Boolean, TimeSpan, DateTime)

Create an BackupStatusProperty object that contains information about the status of backups and provides a progress indicator.

See Also

DevicePropertyFactory Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top