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


IServerObjectHelper2.ServerObjectProperty Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IServerObjectHelper2.ServerObjectProperty Property

Server object property.

[Visual Basic .NET]
Public ReadOnly Property ServerObjectProperty As IPropertySet
[C#]
public IPropertySet ServerObjectProperty {get;}
[C++]
HRESULT get_ServerObjectProperty(
  IPropertySet** ppProps
);
[C++]

Parameters ppProps [out, retval]
ppProps is a parameter of type IPropertySet

Product Availability

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

See Also

IServerObjectHelper2 Interface