Click or drag to resize
MongoClientSettingsReadConcern Property
Gets or sets the read concern.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax
public ReadConcern ReadConcern { get; set; }

Property Value

Type: ReadConcern
See Also