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 an XML fragment that represents the app license token, which contains license property information.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property RawXMLLicenseToken As String
Get
'Usage
Dim instance As AppLicense
Dim value As String
value = instance.RawXMLLicenseToken
public string RawXMLLicenseToken { get; }
Property value
Type: System.String
Remarks
Use the app license XML to verify whether an app license is valid. For more information about app licenses, see License your Office and SharePoint Add-ins. For more information about the app license XML definition, see Office and SharePoint Add-in license XML schema structure.