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