MessageLoggingElement::LogKnownPii Property

.NET Framework (current version)
 

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

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("logKnownPii", DefaultValue = false)]
property bool LogKnownPii {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

.NET Framework
Available since 4.0
Return to top
Show: