ServiceBusMessage.MessageId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the MessageId to identify the message.
public string MessageId { get; set; }
member this.MessageId : string with get, set
Public Property MessageId As String
Property Value
Remarks
The message identifier is an application-defined value that uniquely identifies the message and its payload. The identifier is a free-form string and can reflect a GUID or an identifier derived from the application context. If enabled, the duplicate detection feature identifies and removes second and further submissions of messages with the same MessageId.
Applies to
Azure SDK for .NET