QueueSettings::Status Property

 

Gets or sets the current status of the queue.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public:
[DataMemberAttribute(Order = 10)]
property Nullable<EntityStatus> Status {
	Nullable<EntityStatus> get();
	void set(Nullable<EntityStatus> value);
}

Property Value

Type: System::Nullable<EntityStatus>

The current status of the queue.

Return to top
Show: