ContentGrant.Right Property

Definition

Gets the ContentRight that is granted.

public:
 property System::Security::RightsManagement::ContentRight Right { System::Security::RightsManagement::ContentRight get(); };
public System.Security.RightsManagement.ContentRight Right { get; }
member this.Right : System.Security.RightsManagement.ContentRight
Public ReadOnly Property Right As ContentRight

Property Value

The access right that is granted to the User, as specified to the ContentGrant(ContentUser, ContentRight) constructor.

Applies to