Click or drag to resize
Json.NET Schema

ExternalSchemaUri Property

 
Gets the schema URI.

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

Property Value

Type: Uri
The schema URI.
See Also