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 a value that specifies the last time CurrentProgress was updated.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property LastUpdate As DateTime
Get
'Usage
Dim instance As SPBackupRestoreInformation
Dim value As DateTime
value = instance.LastUpdate
public DateTime LastUpdate { get; }
Property Value
Type: System.DateTime
A DateTime that represents the last time that the progress measure of the operation was updated.
See Also
Reference
SPBackupRestoreInformation Class