CacheItem::Value Property

.NET Framework (current version)
 

Gets or sets the data for a CacheItem instance.

Namespace:   System.Runtime.Caching
Assembly:  System.Runtime.Caching (in System.Runtime.Caching.dll)

public:
property Object^ Value {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The data for a CacheItem instance. The default is null.

.NET Framework
Available since 4.0
Return to top
Show: