Try OpenEdge Now
skip to main content
.NET Open Clients
Proxy Objects and Methods : Proxy methods : Common properties : Procedure type
 
Procedure type
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:

Syntax

public ProcedureType
ProcedureType