Share via


ServiceBusTopicOutputDataSource.TopicName Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to