BdcAccessControlList.Add Method
Appends an access control entry to the access control list (ACL). This method cannot be overridden.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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.Office.Server.ApplicationRegistry.Infrastructure.IAccessControlEntry
An AccessControlEntry to append to the end of the ACL.
Implements
IAccessControlList.Add(IAccessControlEntry)
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace