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 user ID.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property UserId As Integer
Get
'Usage
Dim instance As ExternalApplicationRequestToken
Dim value As Integer
value = instance.UserId
public int UserId { get; }
Property Value
Type: System.Int32
The user ID.
See Also
Reference
ExternalApplicationRequestToken Class