ServiceBusConnectionStringBuilder.ManagementPort Property

Definition

Gets or sets the TCP port number for management operations.

public int ManagementPort { get; set; }
member this.ManagementPort : int with get, set
Public Property ManagementPort As Integer

Property Value

The management port.

Remarks

This is only used in server scenario. When generating connection string for Azure service, this should be left at its default value.

Applies to