| MongoGridFSSettingsWriteEncoding Property  | 
 
            Gets or sets the write encoding.
            
 
    Namespace: 
   MongoDB.Driver.GridFS
    Assembly:
   MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
 Syntax
Syntaxpublic UTF8Encoding WriteEncoding { get; set; }Public Property WriteEncoding As UTF8Encoding
	Get
	Set
member WriteEncoding : UTF8Encoding with get, set
Property Value
Type: 
UTF8Encoding See Also
See Also