ITelemetryMetadata.TelemetryProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)