AppLicense.RawXMLLicenseToken property

SharePoint Online

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)

'Declaration
Public ReadOnly Property RawXMLLicenseToken As String
	Get
'Usage
Dim instance As AppLicense
Dim value As String

value = instance.RawXMLLicenseToken

Property value

Type: System.String

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.

Show: