Table of Contents

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 string

The name of the element.

Returns

BsonMemberMap

The member map.