TelemetryContext.Properties Property

Definition

Caution

Use GlobalProperties to set global level properties. For properties at item level, use ISupportProperties.Properties.

Gets a dictionary of application-defined property values. Learn more

[System.Obsolete("Use GlobalProperties to set global level properties. For properties at item level, use ISupportProperties.Properties.")]
public System.Collections.Generic.IDictionary<string,string> Properties { get; }
[<System.Obsolete("Use GlobalProperties to set global level properties. For properties at item level, use ISupportProperties.Properties.")>]
member this.Properties : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Properties As IDictionary(Of String, String)

Property Value

Attributes

Applies to