| BsonDefaultValueAttribute Constructor | 
            Initializes a new instance of the BsonDefaultValueAttribute class.
            
 
Namespace: MongoDB.Bson.Serialization.AttributesAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
 Syntax
Syntaxpublic BsonDefaultValueAttribute(
	Object defaultValue
)
Public Sub New ( 
	defaultValue As Object
)
new : 
        defaultValue : Object -> BsonDefaultValueAttributeParameters
- defaultValue
- Type: SystemObject
 The default value.
 See Also
See Also