[C1Description("C1TaskDialog.Tag", "User-defined data associated with the object.")] [Bindable(true)] [C1Category("Data")] [TypeConverter(System.ComponentModel.StringConverter)] [DefaultValue("")] [Localizable(false)] public object Tag {get; set;}
'Declaration
<C1DescriptionAttribute("C1TaskDialog.Tag", "User-defined data associated with the object.")> <BindableAttribute(True)> <C1CategoryAttribute("Data")> <TypeConverterAttribute(System.ComponentModel.StringConverter)> <DefaultValueAttribute("")> <LocalizableAttribute(False)> Public Property Tag As Object