| 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.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic bool MustWriteBodyOutput { get; set; }Public Property MustWriteBodyOutput As Boolean
Get
Set
public:
property bool MustWriteBodyOutput {
bool get ();
void set (bool value);
}member MustWriteBodyOutput : bool with get, set
Property Value
Type:
Booleantrue if BODY must be written; otherwise,
false.
See Also