Share via


MessageLoggingElement.LogKnownPii Eigenschaft

Definition

Ruft einen Wert ab bzw. legt einen Wert fest, der angibt, ob der bekannte Pii-Bezeichner protokolliert wird.

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

Eigenschaftswert

Boolean

true, wenn die bekannte PII protokolliert wird, andernfalls false.

Attribute

Gilt für