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)

屬性值

已指派使用者權限的集合,由這份授權所提供。

適用於