Procedure type
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Syntax
The ProcedureType property identifies
the type of procedure that a ProcObject encapsulates as persistent, single-run,
or singleton. The property holds a .NET enum type with a value of Persistent, SingleRun,
or Singleton:
|