Namespace: Alachisoft.NCache.Runtime.Bridge
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public Object Value { get; }
Visual Basic
Public ReadOnly Property Value As Object
	Get
Visual C++
public:
property Object^ Value {
	Object^ get ();
}

See Also