Name

DataSysDescriptionAttribute

Synopsis

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 System.Attribute System.ComponentModel.DescriptionAttribute DataSysDescriptionAttribute

Valid On

All

Get ADO.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.