Name Property

Json.NET

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

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