Share via


MetricThresholdValueInclusion enumeration

Indicates whether a comparison should be inclusive or exclusive.

Syntax

typedef enum _MetricThresholdValueInclusion { 
  MetricThresholdValueInclusion_NotSet    = 0,
  MetricThresholdValueInclusionInclusive,
  MetricThresholdValueInclusionExclusive,
  MetricThresholdValueInclusion_Max
} MetricThresholdValueInclusion;

Constants

MetricThresholdValueInclusion_NotSet

Neither inclusive nor exclusive is specified.

MetricThresholdValueInclusionInclusive

Indicates that when AXE compares values to the MetricThresholdValue it is to use a greater-than or equal-to test or a less-than or equal-to test. The direction is determined by the BettterDirection of the metric's definition.

MetricThresholdValueInclusionExclusive

Indicates that when AXE compares values to the MetricThresholdValue it is to use a greater-than test or a less-than test. The direction is determined by the BettterDirection of the metric's definition.

MetricThresholdValueInclusion_Max

Invalid inclusion specification (the value of this member is one larger than the largest valid member).

Remarks

This enumeration maps to the Inclusion (MetricThresholdValue) element.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeRuntime.h