'Declaration
Public Sub AddOrReplace( _ ByVal newVal As JobVariable _ )
public void AddOrReplace( JobVariable newVal )
public: void AddOrReplace( JobVariable^ newVal )
Parameters
- newVal
- The variable to add. If the collection already contains a variable with the same Name it is replaced.