Share via


SPAppLicenseCollection class

Representa uma coleção de objetos SPAppLicense .

Inheritance hierarchy

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

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

Syntax

'Declaração
Public NotInheritable Class SPAppLicenseCollection _
    Inherits ReadOnlyCollection(Of SPAppLicense)
'Uso
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.

Ver também

Referência

SPAppLicenseCollection members

Microsoft.SharePoint namespace