RadioTableItem.Tag Property
Gets or sets the object that is related to the radio table item.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public object Tag { get; set; }
public:
property Object^ Tag {
Object^ get();
void set(Object^ value);
}
Public Property Tag As Object
Property Value
Type: System.Object
An System.Object.
See Also
RadioTableItem Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top