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)
Property Value
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.