MsmqIntegrationMessageProperty.Label Property

Definition

Gets or sets an application-defined Unicode string that describes the message.

public:
 property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
public string Label { get; set; }
member this.Label : string with get, set
Public Property Label As String

Property Value

An application-defined Unicode string that describes the message.

Remarks

You can use a message label for several purposes. For example, you can use it for display purposes or to selectively process messages based on the label value. It is not necessary to make the label unique across messages.

Message queue and message labels represent an application-defined value that can help identify the queue or message in human-readable terms. It is the responsibility of the application to interpret the label contents, which have no intrinsic meaning to Message Queuing.

Applies to