TelemetryContext.RealtimeSharedProperties 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 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))