UnsignedPublishLicense.Grants Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.