DekGenius.com
[ Team LiB ] Previous Section Next Section

DataSysDescriptionAttribute

System.Data (system.data.dll) class

This class marks a property, event, or extender with a description (Description ). Visual designers such as the Visual Studio .NET IDE can display this description when you reference the member.

public class DataSysDescriptionAttribute : System.ComponentModel.DescriptionAttribute {
// Public Constructors
   public DataSysDescriptionAttribute( string description);  
// Public Instance Properties
   public override string Description{get; }                   // overrides System.ComponentModel.DescriptionAttribute
}

Hierarchy

System.Object figs/U2192.gif System.Attribute figs/U2192.gif System.ComponentModel.DescriptionAttribute figs/U2192.gif DataSysDescriptionAttribute

Valid On

All

    [ Team LiB ] Previous Section Next Section