次の方法で共有


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>) 場合、この情報は除外されます。

適用対象