CacheItem.RegionName 속성

정의

캐시에서 CacheItem 엔트리를 포함하는 캐시에 있는 영역의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ RegionName { System::String ^ get(); void set(System::String ^ value); };
public string RegionName { get; set; }
member this.RegionName : string with get, set
Public Property RegionName As String

속성 값

캐시에 있는 영역의 이름입니다. 기본값은 null입니다.

적용 대상