Share via


UnsignedPublishLicense.Grants プロパティ

定義

割り当てられたユーザー権限のコレクションを取得します。

public:
 property System::Collections::Generic::ICollection<System::Security::RightsManagement::ContentGrant ^> ^ Grants { System::Collections::Generic::ICollection<System::Security::RightsManagement::ContentGrant ^> ^ get(); };
public System.Collections.Generic.ICollection<System.Security.RightsManagement.ContentGrant> Grants { get; }
member this.Grants : System.Collections.Generic.ICollection<System.Security.RightsManagement.ContentGrant>
Public ReadOnly Property Grants As ICollection(Of ContentGrant)

プロパティ値

このライセンスに示されている割り当てられたユーザー権限のコレクション。

適用対象