BsonElementAttribute Constructor (String) |
Initializes a new instance of the BsonElementAttribute class.
Namespace: MongoDB.Bson.Serialization.AttributesAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public BsonElementAttribute(
string elementName
)
Public Sub New (
elementName As String
)
new :
elementName : string -> BsonElementAttribute
Parameters
- elementName
- Type: SystemString
The name of the element.
See Also