JProperty Constructor (name, content)

Json.NET

Json.NET - Quick Starts & API Documentation JProperty Constructor (name, content)
NamespacesNewtonsoft.Json.LinqJPropertyJProperty(String, Object)
Initializes a new instance of the JProperty class.
Declaration Syntax
C# Visual Basic Visual C++
public JProperty(
	string name,
	Object content
)
Public Sub New ( _
	name As String, _
	content As Object _
)
public:
JProperty(
	String^ name, 
	Object^ content
)
Parameters
name (String)
The property name.
content (Object)
The property content.

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