BsonDeserializationContextAllowDuplicateElementNames Property |
Gets a value indicating whether to allow duplicate element names.
Namespace:
MongoDB.Bson.Serialization
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
Syntax public bool AllowDuplicateElementNames { get; }
Public ReadOnly Property AllowDuplicateElementNames As Boolean
Get
member AllowDuplicateElementNames : bool with get
Property Value
Type:
Booleantrue if duplicate element names shoud be allowed; otherwise,
false.
See Also