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


IServer.ServerObjectManager Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServer.ServerObjectManager Property

Gets the server object manager for the connected GIS server.

[Visual Basic .NET]
Public ReadOnly Property ServerObjectManager As IServerObjectManager
[C#]
public IServerObjectManager ServerObjectManager {get;}
[C++]
HRESULT get_ServerObjectManager(
  IServerObjectManager** mgr
);
[C++]

Parameters mgr [out, retval]
mgr is a parameter of type IServerObjectManager

Product Availability

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

See Also

IServer Interface