ESRI.ArcGIS.ADF.ArcGISServer
GetMessageVersion(Catalog) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > Converter Class > GetMessageVersion Method : GetMessageVersion(Catalog) Method




catalog
Retrieves the version enumeration value from the ArcGIS Server.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function GetMessageVersion( _
   ByVal catalog As Catalog _
) As esriArcGISVersion
Visual Basic (Usage)Copy Code
Dim catalog As Catalog
Dim value As esriArcGISVersion
 
value = Converter.GetMessageVersion(catalog)
C# 
public static esriArcGISVersion GetMessageVersion( 
   Catalog catalog
)

Parameters

catalog

Remarks

Returns esriArcGISVersion83 for versions prior to 9.2 SP4 because of a bug with GetMessageVersion that was fixed at 9.2 SP4.

See Also

© 2010 All Rights Reserved.