JsonPolymorphicAttribute.IgnoreUnrecognizedTypeDiscriminators Property

Definition

Gets or sets a value that indicates whether the deserializer should ignore any unrecognized type discriminator IDs and revert to the contract of the base type.

public:
 property bool IgnoreUnrecognizedTypeDiscriminators { bool get(); void set(bool value); };
public bool IgnoreUnrecognizedTypeDiscriminators { get; set; }
member this.IgnoreUnrecognizedTypeDiscriminators : bool with get, set
Public Property IgnoreUnrecognizedTypeDiscriminators As Boolean

Property Value

true to instruct the deserializer to ignore any unrecognized type discriminator IDs and revert to the contract of the base type; false to fail the deserialization for unrecognized type discriminator IDs.

Applies to