BrokeredMessage.SessionId Property

Definition

Gets or sets the identifier of the session.

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

Property Value

The identifier of the session.

Exceptions

Thrown if the message is in disposed state.

Applies to