XmlSignificantWhitespace::Value Property
.NET Framework (current version)
Gets or sets the value of the node.
Assembly: System.Xml (in System.Xml.dll)
public: property String^ Value { virtual String^ get() override; virtual void set(String^ value) override; }
| Exception | Condition |
|---|---|
| ArgumentException | Setting Value to invalid white space characters. |
When setting this property, valid white space characters must be specified. White space can consist of one or more space characters, carriage returns, line feeds, or tabs.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: