AppLicenseCollection クラス

SharePoint の指定されたアプリの指定したユーザーのすべてのアプリ ライセンスのコレクションを表します。

継承階層

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

名前空間:  Microsoft.SharePoint.Client
アセンブリ:   Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内);  Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内)  Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)

構文

'宣言
Public NotInheritable Class AppLicenseCollection _
    Inherits ClientValueObjectCollection(Of AppLicense)
'使用
Dim instance As AppLicenseCollection
public sealed class AppLicenseCollection : ClientValueObjectCollection<AppLicense>

注釈

アプリ ライセンスの詳細については、 Office アドインおよび SharePoint アドインのライセンスを参照してください。

スレッド セーフ

この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。

関連項目

参照先

AppLicenseCollection メンバー

Microsoft.SharePoint.Client 名前空間