Gets the w value.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public WriteConcernWValue W { get; }
Public ReadOnly Property W As WriteConcernWValue
Get
member W : WriteConcernWValue with get
Property Value
Type:
WriteConcernWValue
The w value.
See Also