Name property: FieldDefn class
Description
Use this property to specify the name of a field as a string value. Changing the name of a field and then saving it is equivalent to the rename operation. All references to the field by other managed objects will be updated as well.
This property is read/write.
Example
&myField.Name = "MYFIELD";
Related Topics