ArcObjects Library Reference (GISClient)  

IAGSServerObjectName.Type Property

Type of the server object (MapServer or GeocodeServer).

[Visual Basic .NET]
Public Property Type As String
[C#]
public string Type {get; set;}
[C++]
HRESULT get_Type(
  BSTR* ObjectType
);
[C++]
HRESULT put_Type(
  BSTR ObjectType
);
[C++]

Parameters

ObjectType [out, retval]   ObjectType is a parameter of type BSTR ObjectType [in]   ObjectType is a parameter of type BSTR

Product Availability

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

See Also

IAGSServerObjectName Interface

.NET Related Topics

GISClient | How to connect to an image service | How to create an image server layer