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


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

IServer.ServerObjectAdmin Property

Gets 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.

See Also

IServer Interface