As400Program.GetParameters Method
Definition
Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll
Gets the parameters of the program.
IEnumerable GetParameters()
Gets the parameters of the program.
Remarks
This method returns a read-only collection of the parameters of the program in the ASNA DataGate client. The parameters are stored in a list, which is converted to a read-only collection before being returned.
IEnumerable<ProgParm> GetParameters()