Share via


MetricDefinitionCollection.Value Property

 

Optional. The values for the metric definitions.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top