TelemetryContext.SharedProperties Property

Definition

Gets Shared properties that are added to each event until the context is closed. Shared properties have prefix "Context.%ContextName%."

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

Property Value

Applies to