ReadConcernLocal Property  | 
 
            Gets a local read concern.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntaxpublic static ReadConcern Local { get; }Public Shared ReadOnly Property Local As ReadConcern
	Get
static member Local : ReadConcern with get
Property Value
Type: 
ReadConcern
See Also