MsmqBindingBase.ReceiveContextEnabled Property

Definition

Gets or sets a value that indicates whether the receive context behavior is requested.

public:
 property bool ReceiveContextEnabled { bool get(); void set(bool value); };
public bool ReceiveContextEnabled { get; set; }
member this.ReceiveContextEnabled : bool with get, set
Public Property ReceiveContextEnabled As Boolean

Property Value

true if the receive context behavior is requested; otherwise, false.

Applies to