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 progress. The progress is a number between 0 and 100.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
[DataMemberAttribute]
public int Progress { get; private set; }
public:
[DataMemberAttribute]
property int Progress {
int get();
private: void set(int value);
}
<DataMemberAttribute>
Public Property Progress As Integer
Get
Private Set
End Property
Property Value
Type: System.Int32
A number that represents the percentage of backup completion.
See Also
BackupStatusProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top