MetricThresholdValue.ValueType Property
Applies To: Windows 8.1
The value type 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 MetricThresholdValueValueType
value = instance.ValueType
instance.ValueType = value
Syntax
'Declaration
Public Property ValueType As MetricThresholdValueValueType
public MetricThresholdValueValueType ValueType { get; set; }
public:
property MetricThresholdValueValueType ValueType {
MetricThresholdValueValueType get ();
void set (MetricThresholdValueValueType valueType);
}
/** @property */
public MetricThresholdValueValueType get_ValueType ()
/** @property */
public void set_ValueType (MetricThresholdValueValueType valueType)
public function get ValueType () : MetricThresholdValueValueType
public function set ValueType (valueType : MetricThresholdValueValueType)
Property Value
Returns MetricThresholdValueValueType.
Remarks
The value type is the value of element MetricThresholdValue/ValueType. See MetricThresholdValueValueType for the value types.
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