IndividualAccessControlEntry.Rights Property
Gets the access rights of the security principal.
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Rights As BdcRights
Get
'Usage
Dim instance As IndividualAccessControlEntry
Dim value As BdcRights
value = instance.Rights
public BdcRights Rights { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.BdcRights
The access rights of the security principal.
Implements
See Also
Reference
IndividualAccessControlEntry Class