Share via


BdcAccessControlList.Clone method

Creates a shallow copy of the current object.

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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.BusinessData.Infrastructure.IAccessControlList
A copy of the access control list (ACL).

Implements

IAccessControlList.Clone()

See also

Reference

BdcAccessControlList class

BdcAccessControlList members

Microsoft.SharePoint.BusinessData.Infrastructure namespace