你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TelemetryContext.GlobalProperties 属性

定义

获取应用程序定义的属性值的字典,这些属性值在范围内是全局的。 将来的 SDK 版本可以独立于项级属性对此进行序列化。 了解详细信息

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)

属性值

适用于