RequestForwarder.RequestToken property

Gets a token that contains information that the Web application uses to determine which permissions should be allowed for the Silverlight application.

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

Syntax

'Declaration
Public ReadOnly Property RequestToken As ExternalApplicationRequestToken
    Get
'Usage
Dim instance As RequestForwarder
Dim value As ExternalApplicationRequestToken

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

Property value

Type: Microsoft.SharePoint.Client.ExternalApplicationRequestToken
A token containing the permission information for the Web application.

See also

Reference

RequestForwarder class

RequestForwarder members

Microsoft.SharePoint.Client namespace