IndividualAccessControlEntry.Rights Property
NOTE: This API is now obsolete.
Gets the Business Data Catalog rights 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)> _
Public ReadOnly Property Rights As BdcRights
Get
'Usage
Dim instance As IndividualAccessControlEntry
Dim value As BdcRights
value = instance.Rights
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public BdcRights Rights { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Infrastructure.BdcRights
Implements
See Also
Reference
IndividualAccessControlEntry Class
IndividualAccessControlEntry Members
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace