Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the number of times this message has been dequeued.

Namespace:   Microsoft.WindowsAzure.Storage.Queue
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public int DequeueCount { get; internal set; }
 
public:
property int DequeueCount {
	int get();
	internal: void set(int value);
}
 
member DequeueCount : int with get, internal set
 
Public Property DequeueCount As Integer
	Get
	Friend Set
End Property

Property Value

Type: System.Int32System::Int32System.Int32System.Int32

The number of times this message has been dequeued.

Return to top