RemoteSettings..::..LogSend Property

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


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