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