CreatedType Property

Json.NET

Json.NET - Quick Starts & API Documentation CreatedType Property
NamespacesNewtonsoft.Json.SerializationJsonContractCreatedType
Gets or sets the type created during deserialization.
Declaration Syntax
C# Visual Basic Visual C++
public Type CreatedType { get; set; }
Public Property CreatedType As Type
	Get
	Set
public:
property Type^ CreatedType {
	Type^ get ();
	void set (Type^ value);
}
Value
The type created during deserialization.

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