SimpleElementIsNameMutable Property |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Determine if the name can be changed.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxprotected virtual bool IsNameMutable { get; }
Return Value
Type:
Booleantrue if the name can be changed.
Remarks
The default implementation allows a name to be changed. This can
be overridden by inheriting implementations.
See Also