 | XMLRenderingOptionsIsDefaultAsAttribute Property |
Indicator whether simple properties are rendered as attributes, this setting is
false by default thereby simple properties are rendered as elements.
Namespace:
com.espertech.esper.common.client.render
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool IsDefaultAsAttribute { get; set; }
Return Value
Type:
Boolean
true for simple properties rendered as attributes
See Also