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


IAGSServerConnectionAdmin.ServerObjectAdmin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnectionAdmin Interface > IAGSServerConnectionAdmin.ServerObjectAdmin Property
ArcGIS Developer Help

IAGSServerConnectionAdmin.ServerObjectAdmin Property

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.

See Also

IAGSServerConnectionAdmin Interface

.NET Samples

Publish an image service and set configurations