UndefinedSchemaIdHandling Property

Json.NET

Json.NET - Quick Starts & API Documentation UndefinedSchemaIdHandling Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaGeneratorUndefinedSchemaIdHandling
Gets or sets how undefined schemas are handled by the serializer.
Declaration Syntax
C# Visual Basic Visual C++
public UndefinedSchemaIdHandling UndefinedSchemaIdHandling { get; set; }
Public Property UndefinedSchemaIdHandling As UndefinedSchemaIdHandling
	Get
	Set
public:
property UndefinedSchemaIdHandling UndefinedSchemaIdHandling {
	UndefinedSchemaIdHandling get ();
	void set (UndefinedSchemaIdHandling value);
}

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