Condividi tramite


JsonIgnoreAttribute.Condition Proprietà

Definizione

Ottiene o imposta la condizione che deve essere soddisfatta prima che una proprietà venga ignorata.

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

Valore della proprietà

JsonIgnoreCondition

Commenti

Il valore predefinito è Always.

Si applica a