次の方法で共有


TelemetryScopeSettings.StartEventProperties Property

Definition

Gets or sets event properties which are added to both start and end events when create an instance of 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)

Property Value

Applies to