C-DEngine 5.105

JsonPropertyAttribute..::..ItemTypeNameHandling Property

Gets or sets the type name handling used when serializing the property's collection items.

Namespace:  cdeNewtonsoft.Json
Assembly:  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);
}

Field Value

The collection's items type name handling.