Gets or sets a flag if intensive auditing is enabled.

Note: Intensive auditing will log detailed information about the entities.

Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public bool EnableIntensiveAuditing { get; set; }
Visual Basic
Public Property EnableIntensiveAuditing As Boolean
	Get
	Set
Visual C++
public:
property bool EnableIntensiveAuditing {
	bool get ();
	void set (bool value);
}
F#
member EnableIntensiveAuditing : bool with get, set

Property Value

Type: Boolean

See Also