Add or remove properties from a class
You cannot remove system-defined properties from a class, but you can
remove custom properties from a class according to the following rules.
After you remove a property from a class, you can assign the property
template to other classes.
- You cannot remove inherited properties from a subclass unless you
first remove those properties from the superclass.
- When you remove a property from a superclass, it is no longer an inherited
custom property in any of its subclasses. However, it still remains
in all subclasses as a custom property, but the listed order of properties
changes. The property becomes the first native property on each immediate
subclass. You must remove it manually from each subclass.
To add or remove properties from a class
- In the Enterprise Manager tree or detail pane, right-click the class and
select Properties.
- Select the Property Definitions tab.
- Click Add/Remove.
- To add, click the class property listed in the left Available box. Click
Add>>. The property appears in the right
Selected box.
- To remove, click the class property listed in the right Selected box. Click
<<Remove. The property appears in the
left Available box.
- Click New Property to access the Create a
Property Template wizard.