Disallow Property

Json.NET

Json.NET - Quick Starts & API Documentation Disallow Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaDisallow
Gets or sets disallowed types.
Declaration Syntax
C# Visual Basic Visual 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.0.2.0 (4.0.2.13623)