next up previous contents
Next: type Up: Properties Previous: Properties   Contents

name

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);




Copyright ©2000-2007 Shanghai TopCMM Software Technologies. All Rights Reserved.