JsonWriterSettingsEncoding Property |
Note: This API is now obsolete.
Gets or sets the output Encoding.
Namespace:
MongoDB.Bson.IO
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntax [ObsoleteAttribute("Set the Encoding when you create a StreamWriter instead (this property is ignored).")]
public Encoding Encoding { get; set; }
<ObsoleteAttribute("Set the Encoding when you create a StreamWriter instead (this property is ignored).")>
Public Property Encoding As Encoding
Get
Set
[<ObsoleteAttribute("Set the Encoding when you create a StreamWriter instead (this property is ignored).")>]
member Encoding : Encoding with get, set
Property Value
Type:
EncodingSee Also