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