CacheItem.Value 屬性

定義

取得或設定 CacheItem 執行個體的資料。

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

屬性值

CacheItem 執行個體的資料。 預設為 null

適用於