Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the RadioTableItem class with the name, choice number, and data for the radio table item.
Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)
Syntax
public RadioTableItem(
    string name,
    int choice,
    string data
)
public:
RadioTableItem(
    String^ name,
    int choice,
    String^ data
)
Public Sub New (
    name As String,
    choice As Integer,
    data As String
)
Parameters
- name 
 Type: System.String- The name of the radio table item. 
- choice 
 Type: System.Int32- The choice number of the radio table item. 
- data 
 Type: System.String- The data for the radio table item. 
See Also
RadioTableItem Overload
RadioTableItem Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top