LongRunningOperationStatus.LastUpdated Property
Returns the time, in Coordinated Universal Time (UTC) format, when the status of this long running operation was last updated.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property LastUpdated As DateTime
Get
'Usage
Dim instance As LongRunningOperationStatus
Dim value As DateTime
value = instance.LastUpdated
public DateTime LastUpdated { get; }
Property Value
Type: System.DateTime
See Also
Reference
LongRunningOperationStatus Class