This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnectionName Interface > IAGSServerConnectionName.ConnectionType Property (ArcObjects .NET 10.4 SDK) |
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
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.