SPPolicyRole.DenyRightsMask property
Gets or sets the rights that are denied through the policy role.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DenyRightsMask As SPBasePermissions
Get
Set
'Usage
Dim instance As SPPolicyRole
Dim value As SPBasePermissions
value = instance.DenyRightsMask
instance.DenyRightsMask = value
public SPBasePermissions DenyRightsMask { get; set; }
Property value
Type: Microsoft.SharePoint.SPBasePermissions
An SPBasePermissions value that represents the rights that are denied.