Select(String) Method
Selects the specified radio button in the group by name.

C# Syntax

void Select( 
   string item
)

Parameters

item
The name of the radio button to select.