AppLicenseCollection class
Represents a collection of all app licenses for the specified user for the specified app for SharePoint.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.ClientValueObjectCollection<AppLicense>
Microsoft.SharePoint.Client.AppLicenseCollection
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public NotInheritable Class AppLicenseCollection _
Inherits ClientValueObjectCollection(Of AppLicense)
'Usage
Dim instance As AppLicenseCollection
public sealed class AppLicenseCollection : ClientValueObjectCollection<AppLicense>
Remarks
For more information about app licenses, see License your Office and SharePoint Add-ins.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.