Dim instance As CloudQueue Dim value As Nullable(Of Integer) value = instance.ApproximateMessageCount
Public Property ApproximateMessageCount As Nullable(Of Integer)
public Nullable<int> ApproximateMessageCount { get; }
public: property Nullable<int> ApproximateMessageCount { Nullable<int> get (); }
/** @property */ /** @attribute CompilerGeneratedAttribute() */ public Nullable<int> get_ApproximateMessageCount ()
CompilerGeneratedAttribute public function get ApproximateMessageCount () : Nullable<int>
To specify the lifespan of the approximate message count cache, set the ApproximateMessageCountCacheLength property. Messages that have been accessed with the GetMessage or GetMessages methods are included in this count unless they are deleted by using the DeleteMessage method.