示例#1
0
 private void setProperty()
 {
     if (_node != null)
     {
         Tools.SetStringProperty(_node, _propertyName, _jsonResult);
     }
 }