Udostępnij za pośrednictwem


EventData.Properties Property

 

Optional. Gets or sets the property bag

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

EventData Class
Microsoft.Azure.Insights.Models Namespace

Return to top