←Select platform

Value Property (CacheItem<T>)

Summary

Data for this CacheItem<T>.

Syntax

C#
VB
Java
C++
public T Value { get; set; }
Public Property Value() As T 
   Get 
   Set 
public:  
   property T Value 
   { 
      T get() 
      void set(T value) 
   } 
public T getValue() 
public void setValue(T value) 

Property Value

The data for this CacheItem<T>. Default value is null.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Caching Assembly
Click or drag to resize