CloudQueueMessage.PopReceipt Property (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
CloudQueueMessage.PopReceipt Property
CloudQueueMessage::PopReceipt Property
CloudQueueMessage.PopReceipt Property
CloudQueueMessage.PopReceipt Property
Gets the message's pop receipt.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property String^ PopReceipt {
String^ get();
internal: void set(String^ value);
}
Property Value
Type:
System.StringSystem::String^System.StringSystem.StringA string containing the pop receipt value.
Return to top
Gets the message's pop receipt.
Syntax
C++
public: property String^ PopReceipt { String^ get(); internal: void set(String^ value); }
Property Value
Type: System.StringSystem::String^System.StringSystem.StringA string containing the pop receipt value.