XmlLoadSettings.ElementContentWhiteSpace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether default handling preserves white space.
public:
property bool ElementContentWhiteSpace { bool get(); void set(bool value); };
bool ElementContentWhiteSpace();
void ElementContentWhiteSpace(bool value);
public bool ElementContentWhiteSpace { get; set; }
var boolean = xmlLoadSettings.elementContentWhiteSpace;
xmlLoadSettings.elementContentWhiteSpace = boolean;
Public Property ElementContentWhiteSpace As Boolean
Property Value
Boolean
bool
True if default processing preserves white space; otherwise false. The default value is true.