WizardOptionBaseName Property |
The internal name of the option that can be used to refer to this option in the results.
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string Name { get; set; }
Public Property Name As String
Get
Set
Dim instance As WizardOptionBase
Dim value As String
value = instance.Name
instance.Name = value
Property Value
StringSee Also