TelemetryTrackEventAction.Properties Eigenschaft
Definition
Ruft die Eigenschaften ab, die an das verfolgte Ereignis angefügt werden, oder legt diese festGets 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)
Eigenschaftswert
Eine Auflistung von Eigenschaften, die an das nach verfolgte Ereignis angefügt werden sollen.A collection of properties to attach to the tracked event.