BsonDocumentWriterDocument Property |
Gets the BsonDocument being written to.
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public BsonDocument Document { get; }
Public ReadOnly Property Document As BsonDocument
Get
member Document : BsonDocument with get
Property Value
Type:
BsonDocumentSee Also