Gets or sets the type created during deserialization.

Declaration Syntax
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.5.0.0 (4.5.5.14908)