SPAce<T>.DenyRightsMask Property
Gets or sets the rights denied by the access control entry.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property DenyRightsMask As T
Get
Set
'Usage
Dim instance As SPAce
Dim value As T
value = instance.DenyRightsMask
instance.DenyRightsMask = value
public T DenyRightsMask { get; set; }
Property Value
Type: T
An object that specifies the rights to deny.