Share via


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

ExternalApplicationRequestToken members

Microsoft.SharePoint.Client namespace