Module.GetTelemetryInfo 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.
The delegate to get the telemetry info.
public Func<string,System.Collections.Generic.Dictionary<string,string>> GetTelemetryInfo { get; set; }
member this.GetTelemetryInfo : Func<string, System.Collections.Generic.Dictionary<string, string>> with get, set
Public Property GetTelemetryInfo As Func(Of String, Dictionary(Of String, String))