Ignored Property

Json.NET

Json.NET - Quick Starts & API Documentation Ignored Property
NamespacesNewtonsoft.Json.SerializationJsonPropertyIgnored
Gets a value indicating whether this JsonProperty is ignored.
Declaration Syntax
C# Visual Basic Visual C++
public bool Ignored { get; set; }
Public Property Ignored As Boolean
	Get
	Set
public:
property bool Ignored {
	bool get ();
	void set (bool value);
}
Value
true if ignored; otherwise, false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)