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)

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.

See also

Reference

SPAce<T> class

SPAce<T> members

Microsoft.SharePoint.Administration namespace