UnsignedPublishLicense.Grants Property

Definition

Gets a collection of assigned user rights.

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)

Property Value

A collection of the assigned user rights that are provided in this license.

Applies to