 | DotExpressionItemIsProperty Property |
Returns true if this dot-item is a property name.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool IsProperty { get; set; }
Property Value
Type:
Booleantrue for property, false for method
See Also