ExternalApplicationRequestToken.ToString 方法

返回一个字符串,包含令牌中存储的SharePoint Server 2010和用户信息。

命名空间:  Microsoft.SharePoint.Client
程序集:  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Overrides Function ToString As String
用法
Dim instance As ExternalApplicationRequestToken
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

返回值

类型:System.String
令牌中存储的信息。

备注

返回的字符串,其中包含SharePoint Server 2010和用户信息,用于转发到服务器的请求从外部应用程序中执行的操作。

另请参阅

引用

ExternalApplicationRequestToken 类

ExternalApplicationRequestToken 成员

Microsoft.SharePoint.Client 命名空间