MetricCollection.Value Property
Optional. The value of the collection.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public IList<Metric> Value { get; set; }
public:
property IList<Metric^>^ Value {
IList<Metric^>^ get();
void set(IList<Metric^>^ value);
}
member Value : IList<Metric> with get, set
Public Property Value As IList(Of Metric)
Property Value
Type: System.Collections.Generic.IList<Metric>
See Also
MetricCollection Class
Microsoft.Azure.Insights.Models Namespace
Return to top