BdcAccessControlList.Clone Method
Creates a shallow copy of the current object.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function Clone As IAccessControlList
'Usage
Dim instance As BdcAccessControlList
Dim returnValue As IAccessControlList
returnValue = instance.Clone()
public IAccessControlList Clone()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Infrastructure.IAccessControlList
An IAccessControlList object containing the copy.
Implements
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace