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


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

IServerObjectConfiguration5.ExtensionNames Property

The extension names of this server object configuration.

[Visual Basic .NET]
Public ReadOnly Property ExtensionNames As IStringArray
[C#]
public IStringArray ExtensionNames {get;}
[C++]
HRESULT get_ExtensionNames(
  IStringArray** ppExtNames
);
[C++]
Parameters
ppExtNames [out, retval]

ppExtNames is a parameter of type IStringArray**

Product Availability

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

See Also

IServerObjectConfiguration5 Interface