BsonDeserializationArgsNominalType Property |
Gets or sets the nominal type.
Namespace:
MongoDB.Bson.Serialization
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntaxpublic Type NominalType { get; set; }Public Property NominalType As Type
Get
Set
member NominalType : Type with get, set
Property Value
Type:
Type
The nominal type.
See Also