ArcObjects Library Reference  (Server)    

IServerObject.TypeName Property

Type of the server object (MapServer or GeocodeServer).

[Visual Basic 6.0]
Property TypeName As String
[Visual Basic .NET]
Public ReadOnly Property TypeName As String
[C#]
public string TypeName {get;}
[Java]
public String getTypeName()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_TypeName(
  BSTR* Name
);
[C++]

Parameters

Name [out, retval]

  Name is a parameter of type BSTR

Product Availability

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

See Also

IServerObject Interface