OpenIdConnectMessage.EnableTelemetryParameters 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 or sets whether parameters for the library and version are sent on the query string for this OpenIdConnectMessage instance. This value is set to the value of EnableTelemetryParametersByDefault at message creation time.
public bool EnableTelemetryParameters { get; set; }
member this.EnableTelemetryParameters : bool with get, set
Public Property EnableTelemetryParameters As Boolean