ICacheEntry.Value Propriedade
Definição
Obtém ou define o valor da entrada de cache.Gets or set the value of the cache entry.
public:
property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public object Value { get; set; }
member this.Value : obj with get, set
Public Property Value As Object