Share via


JobQueueMessage.QueueName Property

 

Required. Name of the queue to send to.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

public string QueueName { get; set; }
public:
property String^ QueueName {
    String^ get();
    void set(String^ value);
}
member QueueName : string with get, set
Public Property QueueName As String

Property Value

Type: System.String

See Also

JobQueueMessage Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top