MessageHeaders::MessageId Property

 

Gets or sets the unique ID of the message.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property UniqueId^ MessageId {
	UniqueId^ get();
	void set(UniqueId^ value);
}

Property Value

Type: System.Xml::UniqueId^

The unique ID of the message.

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

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: