This document is archived and information here might be outdated.  Recommended version.


IAGSServerConnectionName.ConnectionType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnectionName Interface > IAGSServerConnectionName.ConnectionType Property
ArcGIS Developer Help

IAGSServerConnectionName.ConnectionType Property

The type of the associated GIS server connection.

[Visual Basic .NET]
Public ReadOnly Property ConnectionType As esriAGSConnectionType
[C#]
public esriAGSConnectionType ConnectionType {get;}
[C++]
HRESULT get_ConnectionType(
  esriAGSConnectionType* pConnType
);
[C++]
Parameters
pConnType [out, retval]

pConnType is a parameter of type esriAGSConnectionType*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The ConnectionType property will return the type of connection based on the property above. The connection types are described by esriAGSConnectionType whose values are esriAGSConnectionTypeLAN and esriAGSConnectionTypeInternet.

See Also

IAGSServerConnectionName Interface