JsonPropertyAttribute..::..ItemTypeNameHandling Property
Gets or sets the type name handling used when serializing the property's collection items.
Namespace:
cdeNewtonsoft.JsonAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public TypeNameHandling ItemTypeNameHandling { get; set; }
Public Property ItemTypeNameHandling As TypeNameHandling Get Set
public: property TypeNameHandling^ ItemTypeNameHandling { TypeNameHandling^ get (); void set (TypeNameHandling^ value); }