FormDigestInfo.Expiration 属性
Gets the date and time in Universal Coordinated Time (UTC) that the digest will be expired.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Property Expiration As DateTime
Get
Friend Set
用法
Dim instance As FormDigestInfo
Dim value As DateTime
value = instance.Expiration
public DateTime Expiration { get; internal set; }