MessagingDescriptionAttribute::Description Property

 

Gets description text associated with the item monitored.

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

public:
property String^ Description {
	[HostProtectionAttribute(SecurityAction::LinkDemand, SharedState = true)]
	virtual String^ get() override;
}

Property Value

Type: System::String^

An application-defined description.

.NET Framework
Available since 1.1
Return to top
Show: