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 public BsonDefaultValueAttribute(
Object defaultValue
)
Public Sub New (
defaultValue As Object
)
new :
defaultValue : Object -> BsonDefaultValueAttribute
Parameters
- defaultValue
- Type: SystemObject
The default value.
See Also