MessagingDescriptionAttribute Class
Specifies a description for a property or event.
For a list of all members of this type, see MessagingDescriptionAttribute Members.
System.Object
System.Attribute
System.ComponentModel.DescriptionAttribute
System.Messaging.MessagingDescriptionAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.All)> Public Class MessagingDescriptionAttribute Inherits DescriptionAttribute [C#] [AttributeUsage(AttributeTargets.All)] public class MessagingDescriptionAttribute : DescriptionAttribute [C++] [AttributeUsage(AttributeTargets::All)] public __gc class MessagingDescriptionAttribute : public DescriptionAttribute [JScript] public AttributeUsage(AttributeTargets.All) class MessagingDescriptionAttribute 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
A visual designer can display the description when referencing the component member, such as in a Properties window. Access the Description property to get or set the text associated with this attribute.
Requirements
Namespace: System.Messaging
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.Messaging (in System.Messaging.dll)
See Also
MessagingDescriptionAttribute Members | System.Messaging Namespace | DescriptionAttribute | PropertyDescriptor | EventDescriptor