CacheEntryUpdateArguments.RegionName 属性

定义

获取包含某个缓存项的缓存区域的名称。

public:
 property System::String ^ RegionName { System::String ^ get(); };
public string RegionName { get; }
member this.RegionName : string
Public ReadOnly Property RegionName As String

属性值

缓存中的某个区域的名称。 如果未使用区域,则此值为 null

适用于