EventHubReceiver.EventHubName Property

Definition

Gets or sets the name of the specific Event Hub queue

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to