Adds the specified property name.

Declaration Syntax
Public Sub Add ( _
propertyName As String, _
value As JToken _
)
public:
virtual void Add(
String^ propertyName,
JToken^ value
) sealed

Parameters
- propertyName (String)
- Name of the property.
- value (JToken)
- The value.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)