SPAppLicense.RawXMLLicenseToken property

Gets the XML token which represents the app license token.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property RawXMLLicenseToken As String
    Get
    Private Set
'Usage
Dim instance As SPAppLicense
Dim value As String

value = instance.RawXMLLicenseToken
public string RawXMLLicenseToken { get; private set; }

Property value

Type: System.String
The app license token.

See also

Reference

SPAppLicense class

SPAppLicense members

Microsoft.SharePoint namespace