Type of the server object configuration (MapServer or GeocodeServer).
[Visual Basic 6.0] Property TypeName As String
[Visual Basic .NET] Public Property TypeName As String
[C#] public string TypeName {get; set;}
[Java] public String getTypeName() throws IOException, AutomationException
[Java] public void setTypeName( String TypeName ) throws IOException, AutomationException
[C++]
HRESULT get_TypeName(
BSTR* TypeName
);
[C++] HRESULT put_TypeName( BSTR TypeName);
Parameters
TypeName [out, retval]
TypeName is a parameter of type BSTR
TypeName [in]
TypeName is a parameter of type BSTR
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.