MessageHeaders.MessageId Property

Definition

Gets or sets the unique ID of the message.

public:
 property System::Xml::UniqueId ^ MessageId { System::Xml::UniqueId ^ get(); void set(System::Xml::UniqueId ^ value); };
public System.Xml.UniqueId MessageId { get; set; }
member this.MessageId : System.Xml.UniqueId with get, set
Public Property MessageId As UniqueId

Property Value

The unique ID of the message.

Remarks

This property corresponds to the <MessageID> element described in the WS-Addressing specification.

Applies to