Method SetElementName
- Namespace
- MongoDB.Bson.Serialization
- Assembly
- MongoDB.Bson.dll
SetElementName(string)
Sets the name of the element.
public BsonMemberMap SetElementName(string elementName)
Parameters
elementName
stringThe name of the element.
Returns
- BsonMemberMap
The member map.