BsonTrieNode(TValue).ElementName Property (original) (raw)

BsonTrieNodeTValueElementName Property

Gets the element name for this node.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

C#

VB

F#

Copy

public string ElementName { get; }

Public ReadOnly Property ElementName As String Get

member ElementName : string with get

Property Value

Type: String

See Also

Reference

BsonTrieNodeTValue Class

MongoDB.Bson.IO Namespace