GetProperties( ) method

Returns an array of Progress.Reflect.Property instances describing the class properties that match the specified conditions. There is no guaranteed order for the returned properties. If there are no properties that match the specified conditions, the method returns an indeterminate array.

Return type: Progress.Reflect.Property class EXTENT

Access: PUBLIC

Applies to: Progress.Lang.Class class

Syntax

GetProperties ( )

GetProperties ( INPUT flags AS Progress.Reflect.Flags )
flags
A Progress.Reflect.Flags instance indicating the access mode(s), scope(s), and/or class level(s) that the returned properties must have. See Progress.Reflect.Flags enumeration for more information.

Notes