Click or drag to resize
MongoUrlReadConcernLevel Property
Gets the read concern level.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
public Nullable<ReadConcernLevel> ReadConcernLevel { get; }

Property Value

Type: NullableReadConcernLevel
See Also