Title Property

Json.NET

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

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