Property IsServerDefault
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
IsServerDefault
Gets a value indicating whether this write concern will use the default on the server.
public bool IsServerDefault { get; }
Property Value
true
if this instance is the default; otherwise, false
.