SPBackupRestoreInformation.UpdateProgress property
Gets a value that specifies at what points the operation should report its progress.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property UpdateProgress As Integer
Get
'Usage
Dim instance As SPBackupRestoreInformation
Dim value As Integer
value = instance.UpdateProgress
public int UpdateProgress { get; }
Property value
Type: System.Int32
An Int32, from 1 to 100, that represents, as a percentage interval of the whole operation, when the operation should report its progress.
Remarks
For example, if UpdateProgress is 5, then the operation reports when it is 5% complete, 10% complete, 15% complete, and so on until it is 100% complete.
See also
Reference
SPBackupRestoreInformation class
SPBackupRestoreInformation members