JsonIgnoreAttribute.Condition プロパティ
定義
プロパティが無視される前に満たす必要がある条件を指定します。Specifies the condition that must be met before a property will be ignored.
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
プロパティ値
注釈
既定値は Always です。The default value is Always.