Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
'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
'Usage Dim instance As SmartItem Dim value As String instance.Key = value value = instance.Key
[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;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
SmartItem Class SmartItem Members