BsonDocumentAllowDuplicateNames Property |
Gets or sets whether to allow duplicate names (allowing duplicate names is not recommended).
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public bool AllowDuplicateNames { get; set; }
Public Property AllowDuplicateNames As Boolean
Get
Set
member AllowDuplicateNames : bool with get, set
Property Value
Type:
BooleanSee Also