Exemplo n.º 1
0
 public static ErrorNumber SetProperty(PropertyKey key, string value)
 {
     return((ErrorNumber)WrapperInterface.addProperty((int)key, value));
 }