MessageLoggingElement.LogKnownPii Property

Definition

Gets or sets a value that indicates whether the known Pii identifier is logged.

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

Property Value

true if the known Pii is logged; otherwise, false.

Attributes

Applies to