Udostępnij za pośrednictwem


EventData.Claims Property

 

Optional. Gets or sets the claims

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

Syntax

public Dictionary<string, string> Claims { get; set; }
public:
property Dictionary<String^, String^>^ Claims {
    Dictionary<String^, String^>^ get();
    void set(Dictionary<String^, String^>^ value);
}
member Claims : Dictionary<string, string> with get, set
Public Property Claims 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