IAccessControlList.Clone Method
Creates a shallow copy of the current object.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function Clone As IAccessControlList
'Usage
Dim instance As IAccessControlList
Dim returnValue As IAccessControlList
returnValue = instance.Clone()
IAccessControlList Clone()
Return Value
Type: Microsoft.BusinessData.Infrastructure.IAccessControlList
A copy of the access control list (ACL).