RadioTableItem.Choice Property
Gets or sets the choice number of the radio table item.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public int Choice { get; set; }
public:
property int Choice {
int get();
void set(int value);
}
Public Property Choice As Integer
Property Value
Type: System.Int32
An System.Int32.
See Also
RadioTableItem Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top