ArcObjects Library Reference (GISClient)  

IDiscoveryServerMachineStatistics.IsStatisticsAvailable Property

Indicates whether the statistics is available.

[Visual Basic .NET]
Public Property IsStatisticsAvailable As Boolean
[C#]
public bool IsStatisticsAvailable {get; set;}
[C++]
HRESULT get_IsStatisticsAvailable(
  VARIANT_BOOL* pAvailable
);
[C++]
HRESULT put_IsStatisticsAvailable(
  VARIANT_BOOL pAvailable
);
[C++]

Parameters

pAvailable [out, retval]   pAvailable is a parameter of type VARIANT_BOOL pAvailable [in]   pAvailable is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDiscoveryServerMachineStatistics Interface