This enumeration describes the access mode of a given class member. Its members are returned as values of the AccessMode property of Progress.Reflect.Constructor, Progress.Reflect.Event, Progress.Reflect.Method, Progress.Reflect.Property, and Progress.Reflect.Variable instances.
This class is FINAL and cannot be inherited.
Member | Description |
---|---|
Public | The class member is public. |
Protected |
The class member is protected. |
Private | The class member is private. |