ArcObjects Library Reference (Server)  

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