Customizing the metamodel > Keywords for USRPROPS > PROPERTY
  
PROPERTY
PROPERTY starts the argument that establishes a characteristic of a diagram, symbol, or definition. You must follow the PROPERTY keyword with the name of the property, enclosed in quotation marks. Then specify the characteristics of the property, in either a pair of opening and closing braces, or in the BEGIN and END statements.
Syntax
PROPERTY "property_name"
{ EDIT edit_type property_parameter }
or
PROPERTY "property_name"
BEGIN EDIT edit_type property_parameter
END
See also
Keywords for USRPROPS