FormDigestInfo.Expiration property
Gets the date and time in Universal Coordinated Time (UTC) that the digest will be expired.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Expiration As DateTime
Get
Friend Set
'Usage
Dim instance As FormDigestInfo
Dim value As DateTime
value = instance.Expiration
public DateTime Expiration { get; internal set; }
Property value
Type: System.DateTime