Initializes a new instance of the
JProperty class.

Declaration Syntax
Public Sub New ( _
name As String, _
ParamArray content As Object() _
)
public:
JProperty(
String^ name,
... array<Object^>^ content
)

Parameters
- name (String)
- The property name.
- content (array<Object>[]()[][])
- The property content.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)