Share via


TelemetryTrackEventAction.Properties Property

Definition

Gets or sets the properties to attach to the tracked event.

public System.Collections.Generic.Dictionary<string,AdaptiveExpressions.Properties.StringExpression> Properties { get; set; }
member this.Properties : System.Collections.Generic.Dictionary<string, AdaptiveExpressions.Properties.StringExpression> with get, set
Public Property Properties As Dictionary(Of String, StringExpression)

Property Value

A collection of properties to attach to the tracked event.

Applies to