MetricSettingCollection.Value Property
Optional. The collection.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public IList<MetricSetting> Value { get; set; }
public:
property IList<MetricSetting^>^ Value {
IList<MetricSetting^>^ get();
void set(IList<MetricSetting^>^ value);
}
member Value : IList<MetricSetting> with get, set
Public Property Value As IList(Of MetricSetting)
Property Value
Type: System.Collections.Generic.IList<MetricSetting>
See Also
MetricSettingCollection Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace
Return to top