Compartilhar via


JobQueueMessage.QueueName Propriedade

 

Obrigatório. Nome da fila para enviar para.

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

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

Classe JobQueueMessage
Namespace Microsoft.WindowsAzure.Scheduler.Models

Retornar ao topo