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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)