Action
               
               Gets the name of the group to which this RadioButton component belongs, or specifies the value of the id property of a RadioButtonGroup
               component if this RadioButton is part of a group defined by a RadioButtonGroup component.
               
            
            
            
               Syntax
               
               
               C#
                  
protected String groupName { get; }
                  VB
                  
'Declaration
Protected Read Property groupName As String
                   
            
            
               
Access
               
               Read only.