Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a shallow copy of the LookupList<T>.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Function Clone As Object
'Usage
Dim instance As LookupList
Dim returnValue As Object
returnValue = instance.Clone()
public Object Clone()
Return Value
Type: System.Object
A Object (castable to a LookupList<T>) whose property values refer to the same objects as the property values of this LookupList<T>.