Hidden Property

Json.NET

Json.NET - Quick Starts & API Documentation Hidden Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaHidden
Gets or sets whether the object is visible to users.
Declaration Syntax
C# Visual Basic Visual C++
public Nullable<bool> Hidden { get; set; }
Public Property Hidden As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool> Hidden {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

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