Returns a new DataSourceProperties with properties equal to the current DataSourceProperties.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public DataSourceProperties Clone()
Visual Basic (Declaration)
Public Function Clone As DataSourceProperties

Return Value

A DataSourceProperties object which is a copy of the current instance. The new object is completely independent and does not retain any references to the original object.

See Also