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


IIMSServiceDescription.ServiceType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

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