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