JsonPropertyInfoValues<T>.IgnoreCondition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a condition for the member to be ignored.
public:
property Nullable<System::Text::Json::Serialization::JsonIgnoreCondition> IgnoreCondition { Nullable<System::Text::Json::Serialization::JsonIgnoreCondition> get(); void set(Nullable<System::Text::Json::Serialization::JsonIgnoreCondition> value); };
public System.Text.Json.Serialization.JsonIgnoreCondition? IgnoreCondition { get; init; }
member this.IgnoreCondition : Nullable<System.Text.Json.Serialization.JsonIgnoreCondition> with get, set
Public Property IgnoreCondition As Nullable(Of JsonIgnoreCondition)