Property IsDiscriminatorCompatibleWithObjectSerializer
- Namespace
- MongoDB.Bson.Serialization
- Assembly
- MongoDB.Bson.dll
IsDiscriminatorCompatibleWithObjectSerializer
Gets a value indicating whether this serializer's discriminator is compatible with the object serializer.
bool IsDiscriminatorCompatibleWithObjectSerializer { get; }
Property Value
- bool
true
if this serializer's discriminator is compatible with the object serializer; otherwise,false
.