MultipleChoiceOptionDefaultValue Property |
The radiobutton text checked by default
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string DefaultValue { get; set; }
Public Property DefaultValue As String
Get
Set
Dim instance As MultipleChoiceOption
Dim value As String
value = instance.DefaultValue
instance.DefaultValue = value
Property Value
StringSee Also