ChoiceNo Property
- Last UpdatedApr 28, 2026
- 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;}