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