AppLicense.RawXMLLicenseToken 屬性
傳回 XML 片段代表應用程式授權權杖,其中包含授權摘要資訊。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public ReadOnly Property RawXMLLicenseToken As String
Get
'用途
Dim instance As AppLicense
Dim value As String
value = instance.RawXMLLicenseToken
public string RawXMLLicenseToken { get; }
屬性值
備註
使用應用程式授權 XML 驗證應用程式授權是否有效。如需有關應用程式授權的詳細資訊,請參閱授權您的 Office 和 SharePoint 增益集。如需有關應用程式授權 XML 定義的詳細資訊,請參閱App License XML Schema。