ItemTypeNameHandling Property

Json.NET

Json.NET - Quick Starts & API Documentation ItemTypeNameHandling Property
NamespacesNewtonsoft.Json.SerializationJsonPropertyItemTypeNameHandling
Gets or sets the the type name handling used when serializing the property's collection items.
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 collection's items type name handling.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)