다음을 통해 공유


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)
Available in Sandboxed Solutions: No

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