SerializeCompilerGeneratedMembers Property

Json.NET

Json.NET - Quick Starts & API Documentation SerializeCompilerGeneratedMembers Property
NamespacesNewtonsoft.Json.SerializationDefaultContractResolverSerializeCompilerGeneratedMembers
Gets or sets a value indicating whether compiler generated members should be serialized.
Declaration Syntax
C# Visual Basic Visual C++
public bool SerializeCompilerGeneratedMembers { get; set; }
Public Property SerializeCompilerGeneratedMembers As Boolean
	Get
	Set
public:
property bool SerializeCompilerGeneratedMembers {
	bool get ();
	void set (bool value);
}
Value
true if serialized compiler generated members; otherwise, false.

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