 | 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
Syntaxpublic bool IsUnique { get; }
Property Value
Type:
Booleantrue if this instance is unique; otherwise,
false.
See Also