Click or drag to resize

MagicPropertyInfoCanWrite Property

Gets a value indicating whether this property can be set.

Namespace:  com.espertech.esper.compat.magic
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public abstract bool CanWrite { get; }

Property Value

Type: Boolean
true if this instance can write; otherwise, false.
See Also