Share via


QueueInner.MessageCount Property

Definition

Gets the number of messages in the queue.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.messageCount")]
public long? MessageCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.messageCount")>]
member this.MessageCount : Nullable<int64>
Public ReadOnly Property MessageCount As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to