Gets or sets arbitrary data that can be associated with the page.
Declaration
[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; }