Share via


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)
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.

See Also

Reference

SPPolicyRole Class

SPPolicyRole Members

Microsoft.SharePoint.Administration Namespace