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