ILOG Rules for .NET User Guides > Rule Studio > Defining Business Object Models > Accessing the Properties of Business Object Model Members

In the Business Object Model View you can access the properties of business object models, business classes, and business class members.

To access the properties of a business object model member
  1. Open the Business Object Model View.
  2. Select a member of the business object model.
  3. On the View menu, click Properties Window.
  4. The Properties window shows the properties of the selected member of the business object model.

Default Property Values

The business object model uses the component model of the .NET framework to manage member properties. Each property has a default value. When a property is displayed in the Properties window of Visual Studio .NET, the value is displayed in bold if it is different from the default value. You can reset a property to its default value with the context menu of the property grid.

See Also

Localizing the Display Text in a Business Object Model | Extending a Business Object Model | Categorizing the Members of a Business Object Model