GetterAccessMode property

Returns an instance of Progress.Reflect.AccessMode that indicates the access mode for the GET accessor of the property, i.e., Public, Private, or Protected. If the property has a GET accessor without an implementation, GetterAccessMode returns the access mode of the property itself. If the property has no defined GET accessor, GetterAccessMode returns the Unknown value (?).

Data type: Progress.Reflect.AccessMode enumeration

Access: PUBLIC Read-only

Applies to: Progress.Reflect.Property class