ArcObjects Library Reference (Server)  

IServerEnvironmentImpl.ServerObjectAdmin Property

.

[Visual Basic .NET]
Public ReadOnly Property ServerObjectAdmin As IServerObjectAdmin
[C#]
public IServerObjectAdmin ServerObjectAdmin {get;}
[C++]
HRESULT get_ServerObjectAdmin(
  IServerObjectAdmin** ppSOA
);
[C++]

Parameters

ppSOA [out, retval]

  ppSOA is a parameter of type IServerObjectAdmin

Product Availability

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

See Also

IServerEnvironmentImpl Interface