 | ConnectionSettingsReadOnly Property |
Returns a boolean indicating read-only, or null if not set and default accepted.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool ReadOnly { get; set; }
Return Value
Type:
Booleantrue for read-only on, false for read-only off, or null to accept the default
See Also