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