Compartir a través de


UnsignedPublishLicense.Grants Propiedad

Definición

Obtiene una colección de derechos del usuario asignados.

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)

Valor de propiedad

ICollection<ContentGrant>

Colección de derechos de usuario asignados que se proporcionan en esta licencia.

Se aplica a