TimersDescriptionAttribute Class
Sets the description that visual designers can display when referencing an event, extender, or property.
For a list of all members of this type, see TimersDescriptionAttribute Members.
System.Object
System.Attribute
System.ComponentModel.DescriptionAttribute
System.Timers.TimersDescriptionAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.All)> Public Class TimersDescriptionAttribute Inherits DescriptionAttribute [C#] [AttributeUsage(AttributeTargets.All)] public class TimersDescriptionAttribute : DescriptionAttribute [C++] [AttributeUsage(AttributeTargets::All)] public __gc class TimersDescriptionAttribute : public DescriptionAttribute [JScript] public AttributeUsage(AttributeTargets.All) class TimersDescriptionAttribute extends DescriptionAttribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
For more information about using attributes, see Extending Metadata Using Attributes.
Requirements
Namespace: System.Timers
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
TimersDescriptionAttribute Members | System.Timers Namespace | Attribute | PropertyDescriptor | EventDescriptor