<TypeConverter(GetType(StringConverter))> _
<Browsable(True), DescriptionAttribute("Propiedad Tag 2"), CategoryAttribute("EProperties")> _
Public Property Tag2() As Object
Get
Return (Me._tag2)
End Get
Set(ByVal value As Object)
Me._tag2 = value
End Set
End Property