IAccessControlEntry.Rights Property
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
ReadOnly Property Rights As BdcRights
Get
'Usage
Dim instance As IAccessControlEntry
Dim value As BdcRights
value = instance.Rights
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
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