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

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