getProgram method

String getProgram()

A CEL expression that will determine the value of the parameter. In the simplest case, this can just be a number, which will be the value.

Implementation

String getProgram() {
  return _native.program;
}