SPAppLicenseCollection class

Represents a collection of SPAppLicense objects.

Inheritance hierarchy

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<SPAppLicense>
    Microsoft.SharePoint.SPAppLicenseCollection

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

Syntax

'Declaration
Public NotInheritable Class SPAppLicenseCollection _
    Inherits ReadOnlyCollection(Of SPAppLicense)
'Usage
Dim instance As SPAppLicenseCollection
public sealed class SPAppLicenseCollection : ReadOnlyCollection<SPAppLicense>

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.

See also

Reference

SPAppLicenseCollection members

Microsoft.SharePoint namespace