Share via


ISbTopic.SubscriptionCount Property

Definition

Number of subscriptions.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=false, Description="Number of subscriptions.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="subscriptionCount", Update=false)]
public int? SubscriptionCount { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=false, Description="Number of subscriptions.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="subscriptionCount", Update=false)>]
member this.SubscriptionCount : Nullable<int>
Public ReadOnly Property SubscriptionCount As Nullable(Of Integer)

Property Value

Attributes

Applies to