ChoiceNo Property
- Last UpdatedNov 06, 2025
- 1 minute read
The ChoiceNo property holds the choice number.
'Declaration
Public Property ChoiceNo As Integer
'Usage
Dim instance As StepChoice
Dim value As Integer
instance.ChoiceNo = value
value = instance.ChoiceNo
public int ChoiceNo {get; set;}