Gets or sets an arbitrary object value that can be used to store custom information about this element.
Syntax
'Declaration
Public Property Tag As Object
public object Tag {get; set;}
Property Value
The intended value. This property has no default value.
See Also