TelemetryLoggerMiddleware.LogPersonalInformation 属性

定义

获取一个值,该值指示是否包含来自用户的个人信息。

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

属性值

true 以包含个人身份信息;否则为 false

注解

如果为 true,则个人信息包含在对遥测客户端方法的 TrackEvent(String, IDictionary<String,String>, IDictionary<String,Double>) 调用中;否则,此信息将被筛选掉。

适用于