Description Property

Json.NET

Json.NET - Quick Starts & API Documentation Description Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaDescription
Gets or sets the description of the object.
Declaration Syntax
C# Visual Basic Visual C++
public string Description { get; set; }
Public Property Description As String
	Get
	Set
public:
property String^ Description {
	String^ get ();
	void set (String^ value);
}

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)