C-DEngine 5.105

TheServiceHostInfo..::..StoreLoggedMessages Property

If set to True, the system will store Message in a Distributed Storage Mirror

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

Syntax


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