Click or drag to resize
ConfigMustWriteBodyOutput Property
Used onyl in web services mode. Gets or sets a value indicating whether the engine must open the BODY tag when writing the XML document directly in the output. Default: false.

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

Property Value

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