The server object manager for the connected GIS server.
[Visual Basic 6.0] Property ServerObjectManager As IServerObjectManager
[Visual Basic .NET] Public ReadOnly Property ServerObjectManager As IServerObjectManager
[C#] public IServerObjectManager ServerObjectManager {get;}
[Java] public IServerObjectManager getServerObjectManager() throws IOException, AutomationException
[C++] HRESULT get_ServerObjectManager( IServerObjectManager** mgr );
The ServerObjectManager property returns a reference to the ServerObjectManager of the ArcGIS Server. The ServerObjectManager supports interfaces for listing the server object configurations and server object types that have been configured on the server. The ServerObjectManager also supports interfaces for creating server contexts for use by the application.