IWizPageAddUserData 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 void AddUserData(
string instanceName,
string varName,
string value
)
Sub AddUserData (
instanceName As String,
varName As String,
value As String
)
Parameters
- instanceName
- Type: SystemString
The name of the wizard instance with which to associate with the value. - varName
- Type: SystemString
The name of the variable to associate with the value. - value
- Type: SystemString
The value to associate with the instance variable.
See Also