TelemetryScopeSettings.StartEventProperties 属性

定义

获取或设置事件属性,这些属性在创建 TelemetryScope 的实例时添加到开始和结束事件。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ StartEventProperties { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ value); };
public System.Collections.Generic.IDictionary<string,object> StartEventProperties { get; set; }
member this.StartEventProperties : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property StartEventProperties As IDictionary(Of String, Object)

属性值

IDictionary<String,Object>

适用于