TelemetryEventArgs.Properties Property

Definition

Gets or sets a list of properties associated with the event.

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

Property Value

Applies to