Property IsDiscriminatorCompatibleWithObjectSerializer
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
IsDiscriminatorCompatibleWithObjectSerializer
Gets a value indicating whether this serializer's discriminator is compatible with the object serializer.
public bool IsDiscriminatorCompatibleWithObjectSerializer { get; }
Property Value
true
if this serializer's discriminator is compatible with the object serializer; otherwise, false
.