Click or drag to resize

WizPageDataSetValue Method (String, 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 instance name is explicitly specified allowing setting data for pages other than the current page.

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

Parameters

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