Json.NET - Quick Starts & API Documentation
TypeNameHandling Property
Namespaces ► Newtonsoft.Json.Serialization ► JsonProperty ► TypeNameHandling
Gets or sets the type name handling.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Nullable<TypeNameHandling> TypeNameHandling { get; set; }
Public Property TypeNameHandling As Nullable(Of TypeNameHandling) Get Set
public: property Nullable<TypeNameHandling> TypeNameHandling { Nullable<TypeNameHandling> get (); void set (Nullable<TypeNameHandling> value); }
Value
The type name handling.