Share via


CacheItem.Key 屬性

定義

取得或設定 CacheItem 執行個體的唯一識別項。

public:
 property System::String ^ Key { System::String ^ get(); void set(System::String ^ value); };
public string Key { get; set; }
member this.Key : string with get, set
Public Property Key As String

屬性值

CacheItem 執行個體的識別項。

適用於