IAccessControlList.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)> _
Function Clone As IAccessControlList
'Usage
Dim instance As IAccessControlList
Dim returnValue As IAccessControlList
returnValue = instance.Clone()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
IAccessControlList Clone()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Infrastructure.IAccessControlList
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace