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 인스턴스의 식별자입니다.

적용 대상