Compartilhar via


EventData.Properties Propriedade

Definição

Obtém o conjunto de < Chave, Valor> pares (geralmente um Dicionário< String, String>) que inclui detalhes sobre o evento.

[Newtonsoft.Json.JsonProperty(PropertyName="properties")]
public System.Collections.Generic.IDictionary<string,string> Properties { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties")>]
member this.Properties : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Properties As IDictionary(Of String, String)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a