CacheEntryUpdateArguments.RegionName Propriedade
Definição
Obtém o nome de uma região no cache que contém uma entrada de cache.Gets the name of a region in the cache that contains a cache entry.
public:
property System::String ^ RegionName { System::String ^ get(); };
public string RegionName { get; }
member this.RegionName : string
Public ReadOnly Property RegionName As String
Valor da propriedade
O nome de uma região no cache.The name of a region in the cache. Se as regiões não forem usadas, esse valor será null .If regions are not used, this value is null.