AppLicense.RawXMLLicenseToken - Propriété
Renvoie un fragment XML qui représente le jeton de licence de l'application, qui contient des informations de propriétés de licence.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RawXMLLicenseToken As String
Get
'Utilisation
Dim instance As AppLicense
Dim value As String
value = instance.RawXMLLicenseToken
public string RawXMLLicenseToken { get; }
Valeur de propriété
Type : System.String
Remarques
Utiliser la licence d'application XML pour vérifier si une licence d'application est valide. Pour plus d'informations sur les licences d'applications, voir Gérer les licences de compléments pour Office et SharePoint. Pour plus d'informations sur la licence d'application définition XML, voir Schéma des licences d’applications.