Click or drag to resize

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
Syntax
C#
public bool ReadOnly { get; set; }

Return Value

Type: Boolean
true for read-only on, false for read-only off, or null to accept the default
See Also