IAccessControlEntry.Rights Property
Gets the Business Data Catalog that is contained in the access control entry.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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.Office.Server.ApplicationRegistry.Infrastructure.BdcRights
A BdcRights object containing the rights contained in the access control entry.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace