This topic has not yet been rated - Rate this topic

BrokeredMessage.Label Property

Gets or sets the application specific label.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public string Label { get; set; }

Property Value

Type: System.String
The application specific label.
Exception Condition
ObjectDisposedException

Thrown if the message is in disposed state.

The label doesn't have any processing significance to the Service Bus.

Did you find this helpful?
(1500 characters remaining)