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 .

적용 대상