SubscriptionDescription.Status Property

Definition

Gets or sets the current status of the subscription (enabled or disabled). When an entity is disabled, that entity cannot send or receive messages.

public Microsoft.ServiceBus.Messaging.EntityStatus Status { get; set; }
member this.Status : Microsoft.ServiceBus.Messaging.EntityStatus with get, set
Public Property Status As EntityStatus

Property Value

The current status of the subscription.

Applies to