다음을 통해 공유


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>) 메서드 호출에 포함됩니다. 그렇지 않으면 이 정보가 필터링됩니다.

적용 대상