Json.NET - Quick Starts & API Documentation
UndefinedSchemaIdHandling Property
Namespaces ► Newtonsoft.Json.Schema ► JsonSchemaGenerator ► UndefinedSchemaIdHandling
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); }