Compartilhar via


AppLicenseCollection classe

Representa uma coleção de todas as licenças de aplicativos para o usuário especificado para o aplicativo especificado para o SharePoint.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.SharePoint.Client.ClientValueObjectCollection<AppLicense>
      Microsoft.SharePoint.Client.AppLicenseCollection

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)

Sintaxe

'Declaração
Public NotInheritable Class AppLicenseCollection _
    Inherits ClientValueObjectCollection(Of AppLicense)
'Uso
Dim instance As AppLicenseCollection
public sealed class AppLicenseCollection : ClientValueObjectCollection<AppLicense>

Comentários

Para obter mais informações sobre licenças de aplicativos, consulte Licensing your apps for Office and SharePoint.

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

AppLicenseCollection membros

Microsoft.SharePoint.Client namespace