Click or drag to resize

JsonWriterSettings Properties

The JsonWriterSettings type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaults
Gets or sets the default JsonWriterSettings.
Public propertyEncoding Obsolete.
Gets or sets the output Encoding.
Public propertyGuidRepresentation
Gets or sets the representation for Guids.
(Inherited from BsonWriterSettings.)
Public propertyIndent
Gets or sets whether to indent the output.
Public propertyIndentChars
Gets or sets the indent characters.
Public propertyIsFrozen
Gets whether the settings are frozen.
(Inherited from BsonWriterSettings.)
Public propertyMaxSerializationDepth
Gets or sets the max serialization depth allowed (used to detect circular references).
(Inherited from BsonWriterSettings.)
Public propertyNewLineChars
Gets or sets the new line characters.
Public propertyOutputMode
Gets or sets the output mode.
Public propertyShellVersion
Gets or sets the shell version (used with OutputMode Shell).
Top
See Also