BdcAccessControlList.Add Method
Appends an access control entry (ACE) to the access control list (ACL).
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Add ( _
ace As IAccessControlEntry _
)
'Usage
Dim instance As BdcAccessControlList
Dim ace As IAccessControlEntry
instance.Add(ace)
public void Add(
IAccessControlEntry ace
)
Parameters
ace
Type: Microsoft.BusinessData.Infrastructure.IAccessControlEntryThe ACE given to this ACL.
Implements
IAccessControlList.Add(IAccessControlEntry)
Remarks
This method cannot be overridden.