Share via


Metric.MetricValues Property

 

Optional. The collection of actual metric values.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public IList<MetricValue> MetricValues { get; set; }
public:
property IList<MetricValue^>^ MetricValues {
    IList<MetricValue^>^ get();
    void set(IList<MetricValue^>^ value);
}
member MetricValues : IList<MetricValue> with get, set
Public Property MetricValues As IList(Of MetricValue)

Property Value

Type: System.Collections.Generic.IList<MetricValue>

See Also

Metric Class
Microsoft.Azure.Insights.Models Namespace

Return to top