Share via


MetricThresholdValue.Comparison Property

Applies To: Windows 8.1

The comparison setting of the MetricThresholdValue.

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

Usage

'Usage
Dim instance As MetricThresholdValue
Dim value As MetricThresholdValueComparison

value = instance.Comparison

instance.Comparison = value

Syntax

'Declaration
Public Property Comparison As MetricThresholdValueComparison
public MetricThresholdValueComparison Comparison { get; set; }
public:
property MetricThresholdValueComparison Comparison {
    MetricThresholdValueComparison get ();
    void set (MetricThresholdValueComparison comparison);
}
/** @property */
public MetricThresholdValueComparison get_Comparison ()

/** @property */
public void set_Comparison (MetricThresholdValueComparison comparison)
public function get Comparison () : MetricThresholdValueComparison

public function set Comparison (comparison : MetricThresholdValueComparison)

Property Value

Returns MetricThresholdValueComparison.

Remarks

The comparison setting is the value of element MetricThresholdValue/Comparison. See MetricThresholdValueComparison for the comparison settings.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8.1

See Also

Reference

MetricThresholdValue Class
MetricThresholdValue Members
Microsoft.Assessments.Runtime Namespace