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


IIMSServiceDescription.ServiceType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > II > IIMSServiceDescription Interface > IIMSServiceDescription.ServiceType Property
ArcGIS Developer Help

IIMSServiceDescription.ServiceType Property

Type of service.

[Visual Basic .NET]
Public Property ServiceType As acServiceType
[C#]
public acServiceType ServiceType {get; set;}
[C++]
HRESULT get_ServiceType(
  acServiceType* Type
);
[C++]
HRESULT put_ServiceType(
  acServiceType Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type acServiceType* Type [in]
Type is a parameter of type acServiceType

Product Availability

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

See Also

IIMSServiceDescription Interface