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.
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