ArcObjects Library Reference (GISClient)  

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