Udostępnij za pośrednictwem


MetricDefinitionCollection.Value Property

 

Optional. The values for the metric definitions.

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

Syntax

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

Property Value

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

See Also

MetricDefinitionCollection Class
Microsoft.Azure.Insights.Models Namespace

Return to top