BrokeredMessage.CorrelationId Property

Definition

Gets or sets the identifier of the correlation.

public string CorrelationId { get; set; }
member this.CorrelationId : string with get, set
Public Property CorrelationId As String

Property Value

The identifier of the correlation.

Exceptions

Thrown if the message is in disposed state.

Applies to