Freigeben über


JsonPropertyInfoValues<T>.IgnoreCondition Eigenschaft

Definition

Gibt eine Bedingung für das Element an, das ignoriert werden soll.

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)

Eigenschaftswert

Nullable<JsonIgnoreCondition>

Gilt für