Share via


SPAce<T>.GrantRightsMask property

Gets or sets the rights granted by the access control entry.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property GrantRightsMask As T
    Get
    Set
'Usage
Dim instance As SPAce
Dim value As T

value = instance.GrantRightsMask

instance.GrantRightsMask = value
public T GrantRightsMask { get; set; }

Property value

Type: T
An object that specifies the rights to grant.

See also

Reference

SPAce<T> class

SPAce<T> members

Microsoft.SharePoint.Administration namespace