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