Bagikan melalui


ITelemetryMetadata.TelemetryProperties Property

Definition

Gets the properties that should be added to a telemetry event. Keys represent property names and values represent the property values.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ TelemetryProperties { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,object> TelemetryProperties { get; }
member this.TelemetryProperties : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public ReadOnly Property TelemetryProperties As IReadOnlyDictionary(Of String, Object)

Property Value

Applies to