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)

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

Property Value

Type: System::String^

The identifier of the message.

Return to top
Show: