TelemetryContext.SharedProperties Propriété

Définition

Obtient les propriétés partagées qui sont ajoutées à chaque événement jusqu’à la fermeture du contexte. Les propriétés partagées ont le préfixe « 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)

Valeur de propriété

IDictionary<String,Object>

S’applique à