JsonSerializerAdd Method (String, String) |
Add a string property to the object.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Add(
string propertyName,
string value
)
Public Sub Add (
propertyName As String,
value As String
)
Parameters
- propertyName
- Type: SystemString
The name of the property. - value
- Type: SystemString
The value of the property.
See Also