AppLicenseCollection - Classe
Représente une collection de toutes les licences d'application pour l'utilisateur spécifié pour l'application spécifiée pour SharePoint.
Hiérarchie d’héritage
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.ClientValueObjectCollection<AppLicense>
Microsoft.SharePoint.Client.AppLicenseCollection
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 NotInheritable Class AppLicenseCollection _
Inherits ClientValueObjectCollection(Of AppLicense)
'Utilisation
Dim instance As AppLicenseCollection
public sealed class AppLicenseCollection : ClientValueObjectCollection<AppLicense>
Remarques
Pour plus d'informations sur les licences d'applications, voir Gérer les licences de compléments pour Office et SharePoint.
Cohérence de thread
Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.