WithString Method

Adds a new StringParameter to the collection.

Type: XJEaseParameterCollection

Namespace: XJTAG.Integration.XJRunner

Syntax

public XJEaseParameterCollection WithString(string stringValue)

Parameters

stringValue

Type: string

The value of the parameter to add.

Return Value

XJEaseParameterCollection

The collection after the parameter has been added.