Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Preserves or removes white space from XML output. Read/write.
PreserveWhiteSpace applies only when executing the XMLAdapterLoadXML and ToXML methods, which respectively retrieve and create XML consistent with these settings.
XMLAdapter.PreserveWhiteSpace [= lValue]
Property Values
- lValue
Logical data type. The following table lists the values for lValue.lValue Description False (.F.) Removes white space. (Default) True (.T.) Preserves white space.
See Also
Properties | XMLAdapter Object Properties, Methods, and Events | LoadXML Method | ToXML Method
Applies To: XMLAdapter Class