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


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

IServerObjectConfigurationInfo2.ExtensionInfo Property

The extension-dependent info for the server object configuration.

[Visual Basic .NET]
Public Function get_ExtensionInfo ( _
    ByVal Name As String _
) As IPropertySet
[C#]
public IPropertySet get_ExtensionInfo (
    string Name
);
[C++]
HRESULT get_ExtensionInfo(
  BSTR Name,
  IPropertySet** ppExtProperties
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR ppExtProperties [out, retval]
ppExtProperties is a parameter of type IPropertySet**

Product Availability

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

See Also

IServerObjectConfigurationInfo2 Interface