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


IServerObjectHelper2.ServerObjectProperty Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectHelper2 Interface > IServerObjectHelper2.ServerObjectProperty Property
ArcGIS Developer Help

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