BdcAccessControlList.Clone Method
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Function Clone As IAccessControlList
'Usage
Dim instance As BdcAccessControlList
Dim returnValue As IAccessControlList
returnValue = instance.Clone()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
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