Share via


ServiceBusQueueOutputDataSource.QueueName Property

Definition

Gets or sets the name of the Service Bus Queue. Required on PUT (CreateOrReplace) requests.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.queueName")]
public string QueueName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.queueName")>]
member this.QueueName : string with get, set
Public Property QueueName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to