XmlUrlDataSource.ICloneable.Clone method

Implement the ICloneable interface

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Private Function Clone As Object Implements ICloneable.Clone
'Usage
Dim instance As XmlUrlDataSource
Dim returnValue As Object

returnValue = CType(instance, ICloneable).Clone()
ObjectICloneable.Clone()

Return value

Type: System.Object

Implements

ICloneable.Clone()

See also

Reference

XmlUrlDataSource class

XmlUrlDataSource members

Microsoft.SharePoint.WebControls namespace