| Visual Basic (Declaration) | |
|---|---|
<CategoryAttribute("Tag")> <DefaultValueAttribute()> <DescriptionAttribute("User defined data asociated with the object.")> Public Property Tag As Object | |
| C# | |
|---|---|
[CategoryAttribute("Tag")] [DefaultValueAttribute()] [DescriptionAttribute("User defined data asociated with the object.")] public object Tag {get; set;} | |