Click or drag to resize

EventPropertyDescriptorIsFragment Property

Returns true to indicate that the property value can itself be represented as an and that the property type can be represented as an .

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsFragment { get; }

Return Value

Type: Boolean
indicator whether property is itself a complex data structure representable as a nested
See Also