ObjectDiscriminatorConvention.ElementName Property (original) (raw)

MongoDB .NET Driver API Documentation

Click or drag to resizeClick or drag to resize

ObjectDiscriminatorConventionElementName Property

Gets the discriminator element name.

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

Syntax

public string ElementName { get; }

Public ReadOnly Property ElementName As String Get

abstract ElementName : string with get override ElementName : string with get

Property Value

Type: String

Implements

IDiscriminatorConventionElementName

See Also

Reference