Click or drag to resize
MongoWriteConcernExceptionWriteConcernResult Property
Gets the write concern result.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public WriteConcernResult WriteConcernResult { get; }

Property Value

Type: WriteConcernResult
The write concern result.
See Also