SetterAccessMode property

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

Data type: Progress.Reflect.AccessMode enumeration

Access: PUBLIC Read-only

Applies to: Progress.Reflect.Property class