Click or drag to resize

JsonWriter Properties

The JsonWriter type exposes the following members.

Properties
  NameDescription
Public propertyBaseTextWriter
Gets the base TextWriter.
Public propertyDisposed
Gets whether the BsonWriter has been disposed.
(Inherited from BsonWriter.)
Protected propertyName
Gets the name of the element being written.
(Inherited from BsonWriter.)
Public propertyPosition
Gets the position. Not all writers are able to report the position. Those that can't simply return zero.
(Overrides BsonWriterPosition.)
Public propertySerializationDepth
Gets the current serialization depth.
(Inherited from BsonWriter.)
Public propertySettings
Gets the settings of the writer.
Public propertyState
Gets the current state of the writer.
(Inherited from BsonWriter.)
Top
See Also