Property Method (name)

Json.NET

Json.NET - Quick Starts & API Documentation Property Method (name)
NamespacesNewtonsoft.Json.LinqJObjectProperty(String)
Gets a JProperty the specified name.
Declaration Syntax
C# Visual Basic Visual C++
public JProperty Property(
	string name
)
Public Function Property ( _
	name As String _
) As JProperty
public:
JProperty^ Property(
	String^ name
)
Parameters
name (String)
The property name.
Return Value
A JProperty with the specified name or null.

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