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


IAGSServerObjectName.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerObjectName Interface > IAGSServerObjectName.Type Property
ArcGIS Developer Help

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(
  System.String* ObjectType
);
[C++]
Parameters
ObjectType [in]

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

Product Availability

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

See Also

IAGSServerObjectName Interface