Share via


ApplicationContext.RequestToken Property

Gets the request token that contains information, such as the ID of the user who navigated to the page containing the Web Part, which will enable the Web application to determine which effective permissions to grant to the Silverlight application.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property RequestToken As String
    Get
'Usage
Dim instance As ApplicationContext
Dim value As String

value = instance.RequestToken
public string RequestToken { get; }

Property Value

Type: System.String
The request token.

See Also

Reference

ApplicationContext Class

ApplicationContext Members

Microsoft.SharePoint.Client Namespace