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** ppObjectAdmin
);
[C++]Parameters
ppObjectAdmin [out, retval]ppObjectAdmin is a parameter of type IServerObjectAdmin
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
If the application using this interface is running as a user in the GIS server's administrators group (agadmin), it can use the ServerObjectAdmin property to get a reference to the GIS server's ServerObjectAdmin. Using the ServerObjectAdmin , you can perform administration tasks such as starting and stopping serever objects, and so on.