BdcAccessControlList Class
Contains a list of access control entries (ACEs), specifying access rights for one or more trustees in the Business Data Connectivity (BDC) service administration and runtime components.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.SharePoint.BusinessData.Infrastructure.BdcAccessControlList
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class BdcAccessControlList _
Inherits MarshalByRefObject _
Implements IAccessControlList, IEnumerable(Of IAccessControlEntry), _
IEnumerable
'Usage
Dim instance As BdcAccessControlList
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class BdcAccessControlList : MarshalByRefObject,
IAccessControlList, IEnumerable<IAccessControlEntry>, IEnumerable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.