ITelemetryRecognizer.LogPersonalInformation 属性

定义

获取一个值,该值指示是否确定是否记录来自用户的个人信息。

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

属性值

如果为 true,会将个人信息记录到 IBotTelemetryClient.TrackEvent 方法中;否则将筛选属性。

适用于