WizPageBaseAddUserData Method |
Wrapper method to add custom UserData entries
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void AddUserData(
string instanceName,
string varName,
string value
)
Public Overridable Sub AddUserData (
instanceName As String,
varName As String,
value As String
)
Parameters
- instanceName
- Type: SystemString
The name of the wizard instance to associate with the value to - varName
- Type: SystemString
The name of the variable to associate with the value - value
- Type: SystemString
The value to associate with the instance variable
Implements
IWizPageAddUserData(String, String, String)See Also