Clears all the currently set properties on an a DataSourceProperties object.

Namespace:  ESRI.ArcGISExplorer.Data

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

Syntax

C#
public void Clear()
Visual Basic (Declaration)
Public Sub Clear

Remarks

Calling this method sets the DataSourceType to a value of Unknown so you will manually need to set this property afterwards.

See Also