C#C++F#VB
CloudQueue.ApproximateMessageCount PropertyCloudQueue::ApproximateMessageCount PropertyCloudQueue.ApproximateMessageCount PropertyCloudQueue.ApproximateMessageCount Property
Gets the approximate message count for the queue.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property Nullable<int> ApproximateMessageCount { Nullable<int> get(); private: void set(Nullable<int> value); }
Public Property ApproximateMessageCount As Nullable(Of Integer) Get Private Set End Property
Property Value
Type: System.Nullable<Int32>System::Nullable<Int32>System.Nullable<Int32>System.Nullable(Of Int32)The approximate message count.