ArcObjects Library Reference (GISClient)  

IRESTServerObjectAdmin.AdminVersion Property

Returns the version of the server's admin API.

[Visual Basic .NET]
Public ReadOnly Property AdminVersion As Double
[C#]
public double AdminVersion {get;}
[C++]
HRESULT get_AdminVersion(
  double* pAdminVersion
);
[C++]

Parameters

pAdminVersion [out, retval]   pAdminVersion is a parameter of type double

Product Availability

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

See Also

IRESTServerObjectAdmin Interface