共用方式為


SPAppLicenseCollection class

表示SPAppLicense物件的集合。

Inheritance hierarchy

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

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

Syntax

'宣告
Public NotInheritable Class SPAppLicenseCollection _
    Inherits ReadOnlyCollection(Of SPAppLicense)
'用途
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.

請參閱

參照

SPAppLicenseCollection members

Microsoft.SharePoint namespace