ContentGrant.Right 属性

定义

获取所授予的 ContentRight

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

属性值

ContentRight

User 授予的访问权限,该权限已在 ContentGrant(ContentUser, ContentRight) 构造函数中指定。

适用于