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


IIMSAxlRequest.ServerVersion Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > II > IIMSAxlRequest Interface > IIMSAxlRequest.ServerVersion Property
ArcGIS Developer Help

IIMSAxlRequest.ServerVersion Property

The ArcIMS server version.

[Visual Basic .NET]
Public Function get_ServerVersion ( _
    ByVal trackCancel As ITrackCancel, _
    ByVal showConnectingAVI As Boolean, _
    ByVal processMessages As Boolean _
) As String
[C#]
public string get_ServerVersion (
    ITrackCancel trackCancel,
    bool showConnectingAVI,
    bool processMessages
);
[C++]
HRESULT get_ServerVersion(
  ITrackCancel* trackCancel,
  VARIANT_BOOL showConnectingAVI,
  VARIANT_BOOL processMessages,
  System.String* ServerVersion
);
[C++]
Parameters
trackCancel [in]

trackCancel is a parameter of type ITrackCancel* showConnectingAVI [in]
showConnectingAVI is a parameter of type bool processMessages [in]
processMessages is a parameter of type bool ServerVersion [out, retval]
ServerVersion is a parameter of type BSTR*

Product Availability

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

See Also

IIMSAxlRequest Interface