Event.Properties Property

Definition

Key-value pairs for each application property

[System.Text.Json.Serialization.JsonPropertyName("Properties")]
public System.Text.Json.JsonElement? Properties { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("Properties")>]
member this.Properties : Nullable<System.Text.Json.JsonElement> with get, set
Public Property Properties As Nullable(Of JsonElement)

Property Value

Attributes

Applies to