PgmParmList Structure

<< Click to Display Table of Contents >>

Navigation:  SshNetIbmi Class > SshNetIbmi Structures >

PgmParmList Structure

Summary

This is the program call parameter structure. This parameter structure is needed when passing parameters to an IBM i program call.

 

/// <summary>

///  Program call parameter structure

///  </summary>

///  <remarks></remarks>

public struct PgmParmList

{

    public string parmtype;

    public string parmvalue;

}