AccessMode property

Returns an instance of Progress.Reflect.AccessMode that indicates the access mode for the constructor, event, method, data member, or property, i.e., Public, Private, or Protected.

Data type: Progress.Reflect.AccessMode enumeration

Access: PUBLIC Read-only

Applies to: Progress.Reflect.Constructor class, Progress.Reflect.Event class, Progress.Reflect.Method class, Progress.Reflect.Property class, Progress.Reflect.Variable class

When applied to a property of a class, the AccessMode property returns the access mode for the property itself, not for the property’s GET and SET accessors. To provide that information, the Progress.Reflect.Property class has two additional properties, GetterAccessMode and SetterAccessMode.

See also

GetterAccessMode property, SetterAccessMode property