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 インスタンスの識別子。

適用対象