Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the rights that are denied through the policy role.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.