Click or drag to resize

WizPageDataSetValue Method (String, String)

Set the named value into the wizard's page data. If the item already exists its value will be replaced with the specified value. In this overload the current instance is assumed.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void SetValue(
	string itemName,
	string val
)

Parameters

itemName
Type: SystemString
The name of the data item to set (for the current instance).
val
Type: SystemString
The value to set.
See Also