ItemTypeNameHandling Property

Json.NET

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

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