TelemetryTrackEventAction.Properties 属性

定义

获取或设置要附加到跟踪事件的属性。

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)

属性值

要附加到跟踪事件的属性集合。

适用于