Share via


TelemetrySession.GetCommonPropertyDictionary Method

Definition

Gets an IDictionary containing a copy of the CommonProperty keys and values currently in the session.

public System.Collections.Generic.IDictionary<string,object> GetCommonPropertyDictionary ();
member this.GetCommonPropertyDictionary : unit -> System.Collections.Generic.IDictionary<string, obj>
Public Function GetCommonPropertyDictionary () As IDictionary(Of String, Object)

Returns

IDictionary of keys and values if CommonProperty keys and values exist, null if no keys exist.

Applies to