XdmWriterSettings.AllowDuplicateNames PropertyXdmWriterSettings.AllowDuplicateNames PropertyXdmWriterSettings::AllowDuplicateNames Property
- XmlPrime 3.1
- Other Versions ▼
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Property Value
Type: System.BooleanSystem.BooleanSystem::Boolean
true
True
true
if the duplicates are allowed; otherwise false
False
false
.
Remarks
This property corresponds to the allow-duplicate-names
serialization parameter.
If this property has the value true
True
true
, then a map item serialized as a JSON
object using the JSON output method is allowed to contain duplicate member names. If the value no
false
False
false
is specified, serialization error [err:SERE0022] will be raised.
This property is ignored when MethodMethodMethod is set to any value other than JsonOutputMethodJsonOutputMethodJsonOutputMethod.
By default this property is set to false
False
false