|   | 
         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
Overload List
                        
                        | Name | Description | |
|---|---|---|
|   | AddJsonProperty(String) | 
            Add a null property on the JSON object. Fails if the object already contains a property by the same name.
             | 
|   | AddJsonProperty(String, Object) | 
            Add a named property on the JSON object. Fails if the object already contains a property by the same name.
             | 
|   | AddJsonProperty(String, String) | 
            Add a named property on the JSON object. Fails if the object already contains a property by the same name.
             | 
|   | 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.
             | 
 
     
     
     
    