Property AllowDuplicateElementNames
- Namespace
- MongoDB.Bson.Serialization
- Assembly
- MongoDB.Bson.dll
AllowDuplicateElementNames
Gets or sets a value indicating whether to allow duplicate element names.
public bool AllowDuplicateElementNames { get; set; }Property Value
- bool
- trueif duplicate element names should be allowed; otherwise,- false.