共用方式為


MessageLoggingElement.LogKnownPii 屬性

定義

取得或設定值,這個值表示是否已記錄已知的 Pii 識別碼。

public:
 property bool LogKnownPii { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("logKnownPii", DefaultValue=false)]
public bool LogKnownPii { get; set; }
[<System.Configuration.ConfigurationProperty("logKnownPii", DefaultValue=false)>]
member this.LogKnownPii : bool with get, set
Public Property LogKnownPii As Boolean

屬性值

Boolean

如果已記錄已知的 Pii,則為 true,否則為 false

屬性

適用於