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 实例的标识符。

适用于