Compartir a través de


UsageMetricCollection.Value Property

 

Optional. The usage values.

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

Syntax

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

Property Value

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

See Also

UsageMetricCollection Class
Microsoft.Azure.Insights.Models Namespace

Return to top