다음을 통해 공유


JsonIgnoreAttribute.Condition 속성

정의

속성을 무시하기 전에 충족해야 하는 조건을 가져오거나 설정합니다.

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

속성 값

JsonIgnoreCondition

설명

기본값은 Always입니다.

적용 대상