Click or drag to resize
BsonDocumentWriterDocument Property
Gets the BsonDocument being written to.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.0.1
Syntax
public BsonDocument Document { get; }

Property Value

Type: BsonDocument
See Also