Description
Represents the name of the value. If the name is empty string, it specifies the default value;
Syntax
Regvalue.name
Returns
String
Example
r = RegKey.create("HKCU\\Software\\Demo");
rv = new RegValue;
rv.name = "test";
rv.data = "This is a test";
r.write(rv);