CheckboxOptionResultValue Property |
The check state of the associated checkbox.
Namespace: RelaxIS_SDK.Wizard.WizardOptionResultsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool Value { get; set; }
Public Property Value As Boolean
Get
Set
Dim instance As CheckboxOptionResult
Dim value As Boolean
value = instance.Value
instance.Value = value
Property Value
BooleanSee Also