| BsonReaderSettings Constructor (GuidRepresentation) | 
            Initializes a new instance of the BsonReaderSettings class.
            
 
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
 Syntax
Syntaxprotected BsonReaderSettings(
	GuidRepresentation guidRepresentation
)
Protected Sub New ( 
	guidRepresentation As GuidRepresentation
)
new : 
        guidRepresentation : GuidRepresentation -> BsonReaderSettingsParameters
- guidRepresentation
- Type: MongoDB.BsonGuidRepresentation
 The representation for Guids.
 See Also
See Also