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

TelemetryContext.Properties 属性

定义

注意

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

获取应用程序定义的属性值字典。 了解详细信息

[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)

属性值

属性

适用于