[]
Gets or sets arbitrary data that can be associated with the link.
[C1Category("Appearance")]
[C1Description("C1TopicLink.Tag", "Gets or sets arbitrary data that can be associated with the link.")]
[TypeConverter(typeof(StringConverter))]
public object Tag { get; set; }
<C1Category("Appearance")>
<C1Description("C1TopicLink.Tag", "Gets or sets arbitrary data that can be associated with the link.")>
<TypeConverter(GetType(StringConverter))>
Public Property Tag As Object