MetricThresholdValueInclusion Enumeration

Applies To: Windows 8.1

Indicates whether a comparison should be inclusive or exclusive.

Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As MetricThresholdValueInclusion

Syntax

'Declaration
Public Enumeration MetricThresholdValueInclusion
public enum MetricThresholdValueInclusion
public enum class MetricThresholdValueInclusion
public enum MetricThresholdValueInclusion
public enum MetricThresholdValueInclusion

Members

Member name Description
Exclusive 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 BetterDirection of the metric's definition.
Inclusive 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 BetterDirection of the metric's definition.
None Neither inclusive nor exclusive is specified.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

Microsoft.Assessments.Runtime Namespace