EventHubDescription.Path Property

Definition

Gets the full path of the Event Hub.

public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String

Property Value

The path of the Event Hub.

Exceptions

Thrown if an attempt is made to set the value of this property when the instance is marked as readonly.

Remarks

This is a relative path to the Address.

Applies to