ArcObjects Library Reference (Server)  

IServerObjectConfiguration2.Info Property

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

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

Parameters

props [out, retval]

  props is a parameter of type IPropertySet

props [in]

  props is a parameter of type IPropertySet

Product Availability

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

See Also

IServerObjectConfiguration2 Interface