DlpPolicyTip.LastProcessedTime property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property LastProcessedTime As DateTime
Get
'Usage
Dim instance As DlpPolicyTip
Dim value As DateTime
value = instance.LastProcessedTime
public DateTime LastProcessedTime { get; }
Property value
Type: System.DateTime