IRegionTKey, TValueAttributesMutator Property |
Return a mutator object for changing a subset of the
region attributes.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxAttributesMutator<TKey, TValue> AttributesMutator { get; }
ReadOnly Property AttributesMutator As AttributesMutator(Of TKey, TValue)
Get
property AttributesMutator<TKey, TValue>^ AttributesMutator {
AttributesMutator<TKey, TValue>^ get ();
}
abstract AttributesMutator : AttributesMutator<'TKey, 'TValue> with get
Return Value
Type:
AttributesMutatorTKey,
TValue
attribute mutator
Exceptions
See Also