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