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


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

IServerObjectType4.Info Property

Auxiliary information for the server objects type.

[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 [in]

props is a parameter of type IPropertySet* props [out, retval]
props is a parameter of type IPropertySet**

Product Availability

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

See Also

IServerObjectType4 Interface