JsonIgnoreAttribute.Condition Eigenschap

Definitie

Hiermee wordt de voorwaarde opgehaald of ingesteld waaraan moet worden voldaan voordat een eigenschap wordt genegeerd.

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

Waarde van eigenschap

Opmerkingen

De standaardwaarde is Always.

Van toepassing op