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


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

IServerObjectConfiguration.TypeName Property

Type of the server object configuration (MapServer or GeocodeServer).

[Visual Basic .NET]
Public Property TypeName As String
[C#]
public string TypeName {get; set;}
[C++]
HRESULT get_TypeName(
  System.String* TypeName
);
[C++]
HRESULT put_TypeName(
  BSTR TypeName
);
[C++]
Parameters
TypeName [out, retval]

TypeName is a parameter of type BSTR* TypeName [in]
TypeName is a parameter of type BSTR

Product Availability

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

Remarks

The TypeName property indicates the type of server object that  this configuration creates and runs. Examples are MapServer and GeocodeServer.

The TypeName property in combination with the Name property is used to identify a server object configuration in methods such as GetConfiguration, UpdateConfiguration, StartConfiguration , etc.

See Also

IServerObjectConfiguration Interface