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 ServiceType ServiceType { get; set; }
Visual Basic (Declaration)
Public Property ServiceType As ServiceType

Field Value

One of the ServiceType values which indicates the type of the service.

See Also