MessagingDescriptionAttribute Class
.NET Framework 3.0
Specifies a description for a property or event.
Namespace: System.Messaging
Assembly: System.Messaging (in system.messaging.dll)
Assembly: System.Messaging (in system.messaging.dll)
[AttributeUsageAttribute(AttributeTargets.All)] public class MessagingDescriptionAttribute : DescriptionAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.All) */ public class MessagingDescriptionAttribute extends DescriptionAttribute
AttributeUsageAttribute(AttributeTargets.All) public class MessagingDescriptionAttribute extends DescriptionAttribute
Not applicable.
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.
System.Object
System.Attribute
System.ComponentModel.DescriptionAttribute
System.Messaging.MessagingDescriptionAttribute
System.Attribute
System.ComponentModel.DescriptionAttribute
System.Messaging.MessagingDescriptionAttribute
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: