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


IServerObjectHelper.ServerObject Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IServerObjectHelper.ServerObject Property

Reference to a server object.

[Visual Basic .NET]
Public ReadOnly Property ServerObject As IServerObject
[C#]
public IServerObject ServerObject {get;}
[C++]
HRESULT get_ServerObject(
  IServerObject** ppSO
);
[C++]

Parameters ppSO [out, retval]
ppSO is a parameter of type IServerObject

Product Availability

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

See Also

IServerObjectHelper Interface