ITelemetryConfig.AudienceType Property

Definition

Communicates which audience the telemetry is for (e.g. Production or Pre-Production) so that MSAL.NET can change sampling and filtering behavior.

public Microsoft.Identity.Client.TelemetryAudienceType AudienceType { get; }
member this.AudienceType : Microsoft.Identity.Client.TelemetryAudienceType
Public ReadOnly Property AudienceType As TelemetryAudienceType

Property Value

Remarks

This API is experimental and it may change in future versions of the library without an major version increment

Applies to