Click or drag to resize

WizPageDataSetValue Method

Overload List
  NameDescription
Public methodSetValue(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.
Public methodSetValue(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.
Top
See Also