This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectConfiguration2 Interface > IServerObjectConfiguration2.ExtensionInfo Property (ArcObjects .NET 10.5 SDK) |
The extension-dependent info for the server object configuration.
[Visual Basic .NET] Public Function get_ExtensionInfo ( _ ByVal Name As String _ ) As IPropertySet
[Visual Basic .NET] Public Sub set_ExtensionInfo ( _ ByVal Name As String, _ ByVal ppExtProperties As IPropertySet _ )
[C#] public IPropertySet get_ExtensionInfo ( string Name );
[C#] public void set_ExtensionInfo ( string Name, IPropertySet ppExtProperties );
[C++]
HRESULT get_ExtensionInfo(
BSTR Name,
IPropertySet** ppExtProperties
);
[C++]
HRESULT putref_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 Name [in] Name is a parameter of type BSTR ppExtProperties [in]
ppExtProperties is a parameter of type IPropertySet