'Declaration Public Property SelectedIndex As Integer
'Usage Dim instance As ChoiceField Dim value As Integer instance.SelectedIndex = value value = instance.SelectedIndex
public int SelectedIndex {get; set;}
            'Declaration Public Property SelectedIndex As Integer
'Usage Dim instance As ChoiceField Dim value As Integer instance.SelectedIndex = value value = instance.SelectedIndex
public int SelectedIndex {get; set;}
| Exception | Description | 
|---|---|
| System.Exception | If the supplied index is out-of-bounds. |