C-DEngine 5.105

TheServiceHostInfo..::..AuditNMIChanges Property

If true, all changes initiated from the NMI will be logged

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool AuditNMIChanges { get; set; }
Public Property AuditNMIChanges As Boolean
	Get
	Set
public:
property bool^ AuditNMIChanges {
	bool^ get ();
	void set (bool^ value);
}