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


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

IAGSServerConnectionName3.ServerType Property

The ArcGIS server type.

[Visual Basic .NET]
Public Property ServerType As esriAGSServerType
[C#]
public esriAGSServerType ServerType {get; set;}
[C++]
HRESULT get_ServerType(
  esriAGSServerType* pServerType
);
[C++]
HRESULT put_ServerType(
  esriAGSServerType pServerType
);
[C++]
Parameters
pServerType [out, retval]

pServerType is a parameter of type esriAGSServerType* pServerType [in]
pServerType is a parameter of type esriAGSServerType

Product Availability

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

See Also

IAGSServerConnectionName3 Interface