RemoteSettings..::..LogReceive Property

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

Syntax


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