TelemetryContext.RealtimeSharedProperties Property

Definition

Gets Realtime Shared properties calculated and added to each event until the context is closed. Shared properties have prefix "Context.%ContextName%."

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

Property Value

Applies to