Json.NET - Quick Starts & API Documentation
UndefinedSchemaIdHandling Enumeration
NamespacesNewtonsoft.Json.SchemaUndefinedSchemaIdHandling
Specifies undefined schema Id handling options for the JsonSchemaGenerator.
Declaration Syntax
C#Visual BasicVisual C++
public enum UndefinedSchemaIdHandling
Public Enumeration UndefinedSchemaIdHandling
public enum class UndefinedSchemaIdHandling
Members
MemberDescription
None Do not infer a schema Id.
UseTypeName Use the .NET type name as the schema Id.
UseAssemblyQualifiedName Use the assembly qualified .NET type name as the schema Id.

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