ArcObjects Library Reference (Server)  

IServerObjectConfigurationInfo2.Info Property

Auxiliary Information for the server objects created by the server object configuration ?passive properties only.

[Visual Basic .NET]
Public ReadOnly Property Info As IPropertySet
[C#]
public IPropertySet Info {get;}
[C++]
HRESULT get_Info(
  IPropertySet** ppInfo
);
[C++]

Parameters

ppInfo [out, retval]

  ppInfo is a parameter of type IPropertySet

Product Availability

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

See Also

IServerObjectConfigurationInfo2 Interface