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


IRESTServerObjectAdmin.AdminVersion Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRESTServerObjectAdmin Interface > IRESTServerObjectAdmin.AdminVersion Property
ArcGIS Developer Help

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(
  System.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