Property Tag
Tag
Gets or sets an object that contains data associated with this instance.
public object? Tag { readonly get; set; }
Property Value
Remarks
This property can be used to store additional information related to the instance, such as metadata or user-defined data. The type is object, allowing any type of data to be assigned.