Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the DateTime value that represents the date and time the token was created.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property DateTime As DateTime
Get
'Usage
Dim instance As ExternalApplicationRequestToken
Dim value As DateTime
value = instance.DateTime
public DateTime DateTime { get; }
Property Value
Type: System.DateTime
The date and time the token was created.
See Also
Reference
ExternalApplicationRequestToken Class