QueueAttribute.QueueName Property

Definition

Gets the name of the queue to which to bind.

[Microsoft.Azure.WebJobs.Description.AutoResolve]
public string QueueName { get; }
[<Microsoft.Azure.WebJobs.Description.AutoResolve>]
member this.QueueName : string
Public ReadOnly Property QueueName As String

Property Value

Attributes
Microsoft.Azure.WebJobs.Description.AutoResolveAttribute

Applies to