Click or drag to resize
ConfigMustWriteBodyInput Property
Gets or sets a value indicating whether the engine must open the BODY tag when beginning the XML document. Default: true.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public bool MustWriteBodyInput { get; set; }

Property Value

Type: Boolean
true if BODY must be written; otherwise, false.
See Also