Gets or sets the type of the data source.

Namespace:  ESRI.ArcGISExplorer.Data

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

Syntax

C#
public DataSourceType DataSourceType { get; set; }
Visual Basic (Declaration)
Public Property DataSourceType As DataSourceType

Field Value

One of the DataSourceType values which indicates the type of the source data.

Remarks

Normally you will not need to set this property as it is assigned automatically when you create a DataSourceProperties object using one of the class constructors. However, if you later change data source type by re-setting either the Path or the ArcSDEConnectionProperties properties then you must also ensure that DataSource type property is set accordingly. In this situation it is recommended that you call the Clear method first.

See Also