This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnectionAdmin Interface > IAGSServerConnectionAdmin.ServerObjectAdmin Property (ArcObjects .NET 10.5 SDK) |
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
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.