XdmSerializationSettings.Indent PropertyXdmSerializationSettings.Indent PropertyXdmSerializationSettings::Indent Property
- XmlPrime 1.0
Gets or sets a value indicating whether output should be indented.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Property Value
Type: System.BooleanSystem.BooleanSystem::Boolean
true
True
true
if the output should be indented; otherwise false
False
false
.
Remarks
This property corresponds to the indent
serialization parameter.
If the indent parameter has the value true
True
true
, then extra whitespace may be added to
the serialized document in order to make it easier to read. This parameter is ignored in the Text
output mode. By default, this is set to false
False
false
.