Iteration.MetricValues Property
Applies To: Windows 8.1
The MetricValueCollection for the Iteration.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As Iteration
Dim value As MetricValueCollection
value = instance.MetricValues
Syntax
'Declaration
Public ReadOnly Property MetricValues As MetricValueCollection
public MetricValueCollection MetricValues { get; }
public:
property MetricValueCollection^ MetricValues {
MetricValueCollection^ get ();
}
/** @property */
public MetricValueCollection get_MetricValues ()
public function get MetricValues () : MetricValueCollection
Property Value
Returns MetricValueCollection.
Remarks
The MetricValueCollection holds information from element Iteration/MetricValues.
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
Iteration Class
Iteration Members
Microsoft.Assessments.Runtime Namespace