OptionResultBaseName Property |
The internal name of the option that this result represents.
Namespace: RelaxIS_SDK.Wizard.WizardOptionResultsAssembly: 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 OptionResultBase
Dim value As String
value = instance.Name
instance.Name = value
Property Value
StringSee Also