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