次の方法で共有


JsonPolymorphicAttribute.TypeDiscriminatorPropertyName プロパティ

定義

ポリモーフィック型のカスタム型識別子プロパティ名を取得または設定します。 設定を解除した場合は、既定の '$type' プロパティ名を使用します。

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

プロパティ値

適用対象