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