'Declaration <DescriptionAttribute("A unique string which identifies the SmartItem in its ContainingCollection.")> <CategoryAttribute("Data")> <DefaultValueAttribute()> <BrowsableAttribute(True)> <MergablePropertyAttribute(False)> <LocalizableAttribute(False)> Public Property Key As String
[Description("A unique string which identifies the SmartItem in its ContainingCollection.")] [Category("Data")] [DefaultValue()] [Browsable(true)] [MergableProperty(false)] [Localizable(false)] public string Key {get; set;}