ArcObjects Library Reference (GISClient)  

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