Property IsAcknowledged
IsAcknowledged
Gets a value indicating whether this instance is an acknowledged write concern.
public bool IsAcknowledged { get; }
Property Value
- bool
true
if this instance is an acknowledged write concern; otherwise,false
.