BrokeredMessage.Label Property
Definition
Gets or sets the application specific label.
public string Label { get; set; }
member this.Label : string with get, set
Public Property Label As String
Property Value
The application specific label.
Exceptions
Thrown if the message is in disposed state.