BsonCreatorMapElementNames Property |
Gets the element names.
Namespace: MongoDB.Bson.SerializationAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public IEnumerable<string> ElementNames { get; }
Public ReadOnly Property ElementNames As IEnumerable(Of String)
Get
member ElementNames : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also