CacheItem.RegionName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name of a region in the cache that contains a CacheItem entry.
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
Property Value
The name of a region in a cache. The default is null
.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.