ServiceBusConnectionStringBuilder.Endpoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.