MongoUrlReadConcernLevel Property |
Gets the read concern level.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public Nullable<ReadConcernLevel> ReadConcernLevel { get; }
Public ReadOnly Property ReadConcernLevel As Nullable(Of ReadConcernLevel)
Get
member ReadConcernLevel : Nullable<ReadConcernLevel> with get
Property Value
Type:
NullableReadConcernLevelSee Also