ExternalApplicationRequestToken.Version Property
Gets the version of the token.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Version As Integer
Get
'Usage
Dim instance As ExternalApplicationRequestToken
Dim value As Integer
value = instance.Version
public int Version { get; }
Property Value
Type: System.Int32
The version of the token.
See Also
Reference
ExternalApplicationRequestToken Class