共用方式為


TelemetryContext.GlobalProperties Property

Definition

Gets a dictionary of application-defined property values which are global in scope. Future SDK versions could serialize this separately from the item level properties. Learn more

public System.Collections.Generic.IDictionary<string,string> GlobalProperties { get; }
member this.GlobalProperties : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property GlobalProperties As IDictionary(Of String, String)

Property Value

Applies to