共用方式為


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>) 呼叫中,否則會篩選掉此資訊。

適用於