_property
Public Sub _property ( ... ) As Boolean
The 
_property method is called just before the 
_unknown method, to know if an unknown symbol is a method or a property.
The unknown symbol is stored in 
Param.Name.
If it is a property, then the 
_property method must return 
TRUE. Otherwise it must return 
FALSE.
If the 
_property is not implemented, then all unknown symbols will be methods.
See also