Property definitions

A property is a named value that is associated with a business object, such as the partnumber of a product object. You can use a property definition to describe a specific property to the framework.

You do not need a property definition for every property. You only need to declare a property definition if you must describe the property to the framework. For example, if the property is a required property, you can use a property definition to indicate that it is required. If the business user does not specify a value for a required property, the framework displays a warning.

The wcfPropertyDefinition class describes a single object property of the parent object definition. A property definition can only be declared as an immediate sub-node of an instance of wcfObjectDefinition.