次の方法で共有


MetricDefinition.Properties Property

 

Optional. Collection of extended properties.

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

Syntax

public Dictionary<string, string> Properties { get; set; }
public:
property Dictionary<String^, String^>^ Properties {
    Dictionary<String^, String^>^ get();
    void set(Dictionary<String^, String^>^ value);
}
member Properties : Dictionary<string, string> with get, set
Public Property Properties As Dictionary(Of String, String)

Property Value

Type: System.Collections.Generic.Dictionary<StringString>

See Also

MetricDefinition Class
Microsoft.Azure.Insights.Models Namespace

Return to top