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 Samples

Route application using the NAServer extension in ArcGIS Server via a GIS client (Code Files: Route_GISClientClass) |

.NET Related Topics

GISClient | How to access an image service via LAN or Internet connection |