This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectConfigurationInfo2 Interface > IServerObjectConfigurationInfo2.ExtensionInfo Property (ArcObjects .NET 10.4 SDK) |
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