As400Program.SetProgramPath Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Sets the path of the program to be executed.

void SetProgramPath(string value)

Sets the path of the program to be executed.

Remarks

This method sets the program path for the ASNA DataGate client. The provided path is converted to upper case invariant culture before being set.

void SetProgramPath(string value)

Parameters

Type Parameter name Description
String value The path of the program.

See Also