Context (Subsystem property)
Indicate the subsystem context (Subsystem class)
The Context shared property sets or gets the current value for the subsystem context. Once a subsystem context is set, all subsequent Subsystem class methods apply to that subsystem context, as discussed in "Subsystem context".
Syntax
%currentString = %(Subsystem):Context %(Subsystem):Context = newString
Syntax terms
| currentString | A string to receive the name of the current subsystem context. |
|---|---|
| %(Subsystem) | The class name in parentheses denotes a ÝÝNotation conventions for methods#Shared methods|shared¨¨ method. |
| newString | The string value that identifies the subsystem that is to become the new context. |