Partager via


MetricThresholdValue.Inclusion Property

Applies To: Windows 8.1

The inclusion 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 MetricThresholdValueInclusion

value = instance.Inclusion

instance.Inclusion = value

Syntax

'Declaration
Public Property Inclusion As MetricThresholdValueInclusion
public MetricThresholdValueInclusion Inclusion { get; set; }
public:
property MetricThresholdValueInclusion Inclusion {
    MetricThresholdValueInclusion get ();
    void set (MetricThresholdValueInclusion inclusion);
}
/** @property */
public MetricThresholdValueInclusion get_Inclusion ()

/** @property */
public void set_Inclusion (MetricThresholdValueInclusion inclusion)
public function get Inclusion () : MetricThresholdValueInclusion

public function set Inclusion (inclusion : MetricThresholdValueInclusion)

Property Value

Returns MetricThresholdValueInclusion.

Remarks

The inclusion setting is the value of element MetricThresholdValue/Inclusion. See MetricThresholdValueInclusion for the inclusion 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