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