TelemetrySession.GetCommonPropertyDictionary Method
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 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.