RadioTableItem.Name Property
Gets or sets the name of the radio table item.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public string Name { get; set; }
public:
property String^ Name {
String^ get();
void set(String^ value);
}
Public Property Name As String
Property Value
Type: System.String
See Also
RadioTableItem Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top