ServiceBusConnectionStringBuilder.Endpoints Property

Definition

Gets a collection of service endpoints. Each endpoint must reference the same Service Bus namespace.

public System.Collections.Generic.HashSet<Uri> Endpoints { get; }
member this.Endpoints : System.Collections.Generic.HashSet<Uri>
Public ReadOnly Property Endpoints As HashSet(Of Uri)

Property Value

A set of endpoints.

Applies to