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.
Returns a string that contains the SharePoint Server 2010 and user information stored in the token.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As ExternalApplicationRequestToken
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
The information stored in the token.
Remarks
The returned string, which contains the SharePoint Server 2010 and user information, is used to forward the request to the server to execute the operation from an external application.
See Also
Reference
ExternalApplicationRequestToken Class