Share via


Message.MessageId Property

 

Gets or sets the identifier of the message.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

Syntax

public string MessageId { get; set; }
public:
property String^ MessageId {
    String^ get();
    void set(String^ value);
}
member MessageId : string with get, set
Public Property MessageId As String

Property Value

Type: System.String

The identifier of the message.

See Also

Message Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top