| 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
Syntaxpublic BsonElementAttribute(
	string elementName
)
Public Sub New ( 
	elementName As String
)
new : 
        elementName : string -> BsonElementAttributeParameters
- elementName
- Type: SystemString
 The name of the element.
 See Also
See Also