AtomicReference<(Of <(<'T>)>)>..::..Value Property

The current value of this [AtomicReference{T}]

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

Syntax


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