Compartilhar via


ISbSubscription.MessageCount Property

Definition

Number of messages.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=false, Description="Number of messages.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="messageCount", Update=false)]
public long? MessageCount { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=false, Description="Number of messages.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="messageCount", Update=false)>]
member this.MessageCount : Nullable<int64>
Public ReadOnly Property MessageCount As Nullable(Of Long)

Property Value

Attributes

Applies to