| JsonWriter Properties | 
The JsonWriter type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BaseTextWriter | 
            Gets the base TextWriter.
             | 
|  | Disposed | 
            Gets whether the BsonWriter has been disposed.
            (Inherited from BsonWriter.) | 
|  | 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.
             | 
|  | State | 
            Gets the current state of the writer.
            (Inherited from BsonWriter.) | 
 See Also
See Also