DataSysDescriptionAttribute Class
.NET Framework 3.0
NOTE: This class is now obsolete.
Marks a property, event, or extender with a description. Visual designers can display this description when referencing the member. Namespace: System.DataAssembly: System.Data (in system.data.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.All)> _ <ObsoleteAttribute("DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202", False)> _ Public Class DataSysDescriptionAttribute Inherits DescriptionAttribute 'Usage Dim instance As DataSysDescriptionAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.All) */
/** @attribute ObsoleteAttribute("DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202", false) */
public class DataSysDescriptionAttribute extends DescriptionAttribute
AttributeUsageAttribute(AttributeTargets.All) ObsoleteAttribute("DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202", false) public class DataSysDescriptionAttribute extends DescriptionAttribute
Not applicable.
System.Object
System.Attribute
System.ComponentModel.DescriptionAttribute
System.Data.DataSysDescriptionAttribute
System.Attribute
System.ComponentModel.DescriptionAttribute
System.Data.DataSysDescriptionAttribute
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: