Type Property

Json.NET

Json.NET - Quick Starts & API Documentation Type Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaType
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.

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