Json.NET - Quick Starts & API Documentation
Disallow Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaDisallow
Gets or sets disallowed types.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<JsonSchemaType> Disallow { get; set; }
Public Property Disallow As Nullable(Of JsonSchemaType)
	Get
	Set
public:
property Nullable<JsonSchemaType> Disallow {
	Nullable<JsonSchemaType> get ();
	void set (Nullable<JsonSchemaType> value);
}
Value
The disallow types.

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