Click or drag to resize

SimpleMagicPropertyInfoIsUnique Property

Gets a value indicating whether this property is unique. If a property is not unique then it shares the same name as another property but a different implementation.

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

Property Value

Type: Boolean
true if this instance is unique; otherwise, false.
See Also