Share via


StorageAccountElement.Queues Property

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceModel.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

[XmlArrayItemAttribute("queue")]
[XmlArrayAttribute("queues")]
public List<QueueElement> Queues { get; set; }
'Declaration
<XmlArrayItemAttribute("queue")> _
<XmlArrayAttribute("queues")> _
Public Property Queues As List(Of QueueElement)
    Get
    Set
[XmlArrayItemAttribute(L"queue")]
[XmlArrayAttribute(L"queues")]
public:
property List<QueueElement^>^ Queues {
    List<QueueElement^>^ get ();
    void set (List<QueueElement^>^ value);
}

See Also

StorageAccountElement Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceModel.Configuration Namespace