MultipleChoiceOptionResultValue Property |
The text of the checked radiobutton.
Namespace: RelaxIS_SDK.Wizard.WizardOptionResultsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string Value { get; set; }
Public Property Value As String
Get
Set
Dim instance As MultipleChoiceOptionResult
Dim value As String
value = instance.Value
instance.Value = value
Property Value
StringSee Also