XmlLoadSettings.ElementContentWhiteSpace Property

Definition

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.

Applies to