Click or drag to resize
Json.NET Schema

JSchemaGeneratorSchemaIdGenerationHandling Property

 
Gets or sets how IDs are generated for schemas with no ID.

Namespace:  Newtonsoft.Json.Schema.Generation
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public virtual SchemaIdGenerationHandling SchemaIdGenerationHandling { get; set; }

Property Value

Type: SchemaIdGenerationHandling
See Also