Transient Property

Json.NET

Json.NET - Quick Starts & API Documentation Transient Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaTransient
Gets or sets whether the object is transient.
Declaration Syntax
C# Visual Basic Visual C++
public Nullable<bool> Transient { get; set; }
Public Property Transient As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool> Transient {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

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