ProviderRefreshStatus.RefreshStarted property
Start of the refresh.
Namespace: Microsoft.SharePoint.WorkManagement.Client
Assembly: Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property RefreshStarted As DateTime
Get
Set
'Usage
Dim instance As ProviderRefreshStatus
Dim value As DateTime
value = instance.RefreshStarted
instance.RefreshStarted = value
[RemoteAttribute]
public DateTime RefreshStarted { get; set; }
Property value
Type: System.DateTime