AtomicBoolean..::..Value Property

The current value of this [AtomicReference{T}]

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

Syntax


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