Exemplo n.º 1
0
 public void setProperty(string propertyName, string propertyValue)
 {
     if (dataNode_ != null)
     {
         dataNode_.setProperty(propertyName, propertyValue);
     }
 }