The actual object provided by the client application.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public virtual Object Value { get; set; }
Visual Basic
Public Overridable Property Value As Object
	Get
	Set
Visual C++
public:
virtual property Object^ Value {
	Object^ get ();
	void set (Object^ value);
}

Remarks

This value must be serializable, otherwise ArgumentException is thrown when you will try to add or insert the CacheItem.

See Also