Freigeben über


JsonIgnoreAttribute.Condition Eigenschaft

Definition

Ruft die Bedingung ab, die erfüllt werden muss, bevor eine Eigenschaft ignoriert wird.

public:
 property System::Text::Json::Serialization::JsonIgnoreCondition Condition { System::Text::Json::Serialization::JsonIgnoreCondition get(); void set(System::Text::Json::Serialization::JsonIgnoreCondition value); };
public System.Text.Json.Serialization.JsonIgnoreCondition Condition { get; set; }
member this.Condition : System.Text.Json.Serialization.JsonIgnoreCondition with get, set
Public Property Condition As JsonIgnoreCondition

Eigenschaftswert

JsonIgnoreCondition

Hinweise

Der Standardwert ist Always.

Gilt für