IRegionTKey, TValueAttributes Property |
Returns the attributes for this region, which can be used to create a new
region with [!:Cache.CreateRegion].
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxRegionAttributes<TKey, TValue> Attributes { get; }
ReadOnly Property Attributes As RegionAttributes(Of TKey, TValue)
Get
property RegionAttributes<TKey, TValue>^ Attributes {
RegionAttributes<TKey, TValue>^ get ();
}
abstract Attributes : RegionAttributes<'TKey, 'TValue> with get
Return Value
Type:
RegionAttributesTKey,
TValue
region's attributes
See Also