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

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