MetricValueSet::MetricValues Property

 

Optional. Metric values.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

public:
property IList<MetricValue^>^ MetricValues {
	IList<MetricValue^>^ get();
	void set(IList<MetricValue^>^ value);
}
Return to top
Show: