MetricThreshold.Ordinal Property
Applies To: Windows 8.1
The ordinal of the MetricThreshold
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As MetricThreshold
Dim value As UInteger
value = instance.Ordinal
instance.Ordinal = value
Syntax
'Declaration
Public Property Ordinal As UInteger
public uint Ordinal { get; set; }
public:
property unsigned int Ordinal {
unsigned int get ();
void set (unsigned int ordinal);
}
/** @property */
public UInt32 get_Ordinal ()
/** @property */
public void set_Ordinal (UInt32 ordinal)
public function get Ordinal () : uint
public function set Ordinal (ordinal : uint)
Property Value
Returns UInt32.
Remarks
The ordinal is the value of element MetricThreshold/Ordinal.
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
MetricThreshold Class
MetricThreshold Members
Microsoft.Assessments.Runtime Namespace