Json.NET - Quick Starts & API Documentation
Type Property
Namespaces ► Newtonsoft.Json.Schema ► JsonSchema ► Type
Gets or sets the types of values allowed by the object.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Nullable<JsonSchemaType> Type { get; set; }
Public Property Type As Nullable(Of JsonSchemaType) Get Set
public: property Nullable<JsonSchemaType> Type { Nullable<JsonSchemaType> get (); void set (Nullable<JsonSchemaType> value); }
Value
The type.