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