次の方法で共有


JsonPropertyInfoValues<T>.IgnoreCondition プロパティ

定義

メンバーを無視する条件を指定します。

public:
 property Nullable<System::Text::Json::Serialization::JsonIgnoreCondition> IgnoreCondition { Nullable<System::Text::Json::Serialization::JsonIgnoreCondition> get(); void set(Nullable<System::Text::Json::Serialization::JsonIgnoreCondition> value); };
public System.Text.Json.Serialization.JsonIgnoreCondition? IgnoreCondition { get; init; }
member this.IgnoreCondition : Nullable<System.Text.Json.Serialization.JsonIgnoreCondition> with get, set
Public Property IgnoreCondition As Nullable(Of JsonIgnoreCondition)

プロパティ値

Nullable<JsonIgnoreCondition>

適用対象