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


IGISServerConnection.ServerObjectAdmin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IG > IGISServerConnection Interface > IGISServerConnection.ServerObjectAdmin Property
ArcGIS Developer Help

IGISServerConnection.ServerObjectAdmin Property

The server object admin for the connected GIS server.

[Visual Basic .NET]
Public ReadOnly Property ServerObjectAdmin As IServerObjectAdmin
[C#]
public IServerObjectAdmin ServerObjectAdmin {get;}
[C++]
HRESULT get_ServerObjectAdmin(
  IServerObjectAdmin** admin
);
[C++]
Parameters
admin [out, retval]

admin is a parameter of type IServerObjectAdmin**

Product Availability

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

Remarks

The ServerObjectAdmin property returns a reference to the ServerObjectAdmin of the ArcGIS Server. The user account running the application must be a member of the agsadmin user group on the ArcGIS Server to get a reference on the ServerObjectAdmin. If the user account running the application is not in the agsadmin user group, the ServerObjectAdmin property will return an error.

The ServerObjectAdmin provides methods for managing server object configurations, server object types, and the machines that host sever objects in the ArcGIS Server.

See Also

IGISServerConnection Interface