DynamicCodeGeneration Property

Json.NET

Json.NET - Quick Starts & API Documentation DynamicCodeGeneration Property
NamespacesNewtonsoft.Json.SerializationDefaultContractResolverDynamicCodeGeneration
Gets a value indicating whether members are being get and set using dynamic code generation. This value is determined by the runtime permissions available.
Declaration Syntax
C# Visual Basic Visual C++
public bool DynamicCodeGeneration { get; }
Public ReadOnly Property DynamicCodeGeneration As Boolean
	Get
public:
property bool DynamicCodeGeneration {
	bool get ();
}
Value
true if using dynamic code generation; otherwise, false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)