QueueDescription.Status
Property
Definition
Gets or sets the current status of the queue (enabled or disabled). When an entity is disabled, that entity cannot send or receive messages.
public Microsoft.ServiceBus.Messaging.EntityStatus Status { get; set; }
Property Value
The current status of the queue.