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

适用于