This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Overload List

Name Description
Public method AddJsonProperty(String)
Add a null property on the JSON object. Fails if the object already contains a property by the same name.
Public method AddJsonProperty(String, Object)
Add a named property on the JSON object. Fails if the object already contains a property by the same name.
Public method AddJsonProperty(String, String)
Add a named property on the JSON object. Fails if the object already contains a property by the same name.
Public method AddJsonProperty(String, String, Json..::..JsonType)
Add a named property on the JSON object. Fails if the object already contains a property by the same name.

See Also

Advanced