Name Property

Json.NET

Json.NET - Quick Starts & API Documentation Name Property
NamespacesNewtonsoft.Json.LinqJPropertyName
Gets the property name.
Declaration Syntax
C# Visual Basic Visual C++
public string Name { get; }
Public ReadOnly Property Name As String
	Get
public:
property String^ Name {
	String^ get ();
}
Value
The property name.

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