JsonPolymorphicAttribute.TypeDiscriminatorPropertyName Property

Definition

Gets or sets a custom type discriminator property name for the polymorhic type. Uses the default '$type' property name if left unset.

public:
 property System::String ^ TypeDiscriminatorPropertyName { System::String ^ get(); void set(System::String ^ value); };
public string? TypeDiscriminatorPropertyName { get; set; }
member this.TypeDiscriminatorPropertyName : string with get, set
Public Property TypeDiscriminatorPropertyName As String

Property Value

Applies to