| BsonDocumentWriter Properties | 
The BsonDocumentWriter type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Disposed | 
            Gets whether the BsonWriter has been disposed.
            (Inherited from BsonWriter.) | 
|  | Document | 
            Gets the BsonDocument being written to.
             | 
|  | Name | 
            Gets the name of the element being written.
            (Inherited from BsonWriter.) | 
|  | Position | 
            Gets the position.
            Not all writers are able to report the position. Those that can't simply return zero.
            (Overrides BsonWriterPosition.) | 
|  | SerializationDepth | 
            Gets the current serialization depth.
            (Inherited from BsonWriter.) | 
|  | Settings | 
            Gets the settings of the writer.
            (Inherited from BsonWriter.) | 
|  | State | 
            Gets the current state of the writer.
            (Inherited from BsonWriter.) | 
 See Also
See Also