The server object admin for the connected GIS server.
[Visual Basic 6.0] Property ServerObjectAdmin As IServerObjectAdmin
[Visual Basic .NET] Public ReadOnly Property ServerObjectAdmin As IServerObjectAdmin
[C#] public IServerObjectAdmin ServerObjectAdmin {get;}
[Java] public IServerObjectAdmin getServerObjectAdmin() throws IOException, AutomationException
[C++] HRESULT get_ServerObjectAdmin( IServerObjectAdmin** ppObjectAdmin );
Parameters
ppObjectAdmin [out, retval]
ppObjectAdmin is a parameter of type IServerObjectAdmin
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.