LocalRegionTKey, TValueAttributes Property |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual RegionAttributes<TKey, TValue> Attributes { get; }
Public Overridable ReadOnly Property Attributes As RegionAttributes(Of TKey, TValue)
Get
public:
virtual property RegionAttributes<TKey, TValue>^ Attributes {
RegionAttributes<TKey, TValue>^ get ();
}
abstract Attributes : RegionAttributes<'TKey, 'TValue> with get
override Attributes : RegionAttributes<'TKey, 'TValue> with get
Property Value
Type:
RegionAttributesTKey,
TValueImplements
IRegionTKey, TValueAttributes
See Also