Share via


TelemetryLoggerMiddleware.LogPersonalInformation Property

Definition

Gets a value indicating whether to include personal information that came from the user.

public bool LogPersonalInformation { get; }
member this.LogPersonalInformation : bool
Public ReadOnly Property LogPersonalInformation As Boolean

Property Value

true to include personally identifiable information; otherwise, false.

Remarks

If true, personal information is included in calls to the telemetry client's TrackEvent(String, IDictionary<String,String>, IDictionary<String,Double>) method; otherwise this information is filtered out.

Applies to