BsonMemberMapApplyDefaultValue Method  | 
 
            Applies the default value to the member of an object.
            
 
    Namespace: 
   MongoDB.Bson.Serialization
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxpublic void ApplyDefaultValue(
	Object obj
)
Public Sub ApplyDefaultValue ( 
	obj As Object
)
member ApplyDefaultValue : 
        obj : Object -> unit 
Parameters
- obj
 - Type: SystemObject
The object. 
See Also