AccessControlEntryStruct.Rights property
Gets or sets the access rights.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Rights As ULong
Get
Set
'Usage
Dim instance As AccessControlEntryStruct
Dim value As ULong
value = instance.Rights
instance.Rights = value
public ulong Rights { get; set; }
Property value
Type: System.UInt64
The access rights.
See also
Reference
AccessControlEntryStruct class