IAccessControlEntry.Rights Property
Gets the collection of permissions assigned with the security principal.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Rights As BdcRights
Get
'Usage
Dim instance As IAccessControlEntry
Dim value As BdcRights
value = instance.Rights
BdcRights Rights { get; }
Property Value
Type: Microsoft.BusinessData.Infrastructure.BdcRights
The collection of permissions.