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.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
'Usage
Dim instance As BdcAccessControlList
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class BdcAccessControlList : MarshalByRefObject, 
    IAccessControlList, 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.

See also

Reference

BdcAccessControlList members

Microsoft.SharePoint.BusinessData.Infrastructure namespace