MetricDefinition::Properties Property

 

Optional. Collection of extended properties.

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

public:
property Dictionary<String^, String^>^ Properties {
	Dictionary<String^, String^>^ get();
	void set(Dictionary<String^, String^>^ value);
}
Return to top
Show: