Initializes a new instance of the ServiceConnectionProperties class to define the connection to the specified service type.

Namespace:  ESRI.ArcGISExplorer.Data

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

Syntax

C#
public ServiceConnectionProperties(
	ServiceType ServiceType
)
Visual Basic (Declaration)
Public Sub New ( _
	ServiceType As ServiceType _
)

Parameters

ServiceType
Type: ESRI.ArcGISExplorer.Data..::.ServiceType

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

Remarks

This constructor can be used when you wish to specify the ServiceConnection properties individually, instead of using one of the static Open... convenience methods on the ServiceLayer class.

Version Information: This constructor is supported from version 2.0.0.1500.

See Also