MessagingDescriptionAttribute Constructor (String^)

 

Initializes a new instance of the MessagingDescriptionAttribute class, using the specified description.

Namespace:   System.Messaging
Assembly:  System.Messaging (in System.Messaging.dll)

public:
MessagingDescriptionAttribute(
	String^ description
)

Parameters

description
Type: System::String^

The application-defined description text.

The description you specify in the MessagingDescriptionAttribute constructor is displayed by a visual designer when you access the property, event, or extender to which the attribute applies

.NET Framework
Available since 1.1
Return to top
Show: