CacheEntryUpdateArguments.RegionName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得快取區中包含快取項目之區域的名稱。
public:
property System::String ^ RegionName { System::String ^ get(); };
public string RegionName { get; }
member this.RegionName : string
Public ReadOnly Property RegionName As String
屬性值
快取中的區域名稱。 如果不使用區域,則其值為 null
。