ArcObjects Library Reference (GISClient)  

IDiscoveryServerMachineStatistics.ServiceType Property

The service type.

[Visual Basic .NET]
Public Property ServiceType As String
[C#]
public string ServiceType {get; set;}
[C++]
HRESULT get_ServiceType(
  BSTR* pType
);
[C++]
HRESULT put_ServiceType(
  BSTR pType
);
[C++]

Parameters

pType [out, retval]   pType is a parameter of type BSTR pType [in]   pType is a parameter of type BSTR

Product Availability

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

See Also

IDiscoveryServerMachineStatistics Interface