次の方法で共有


ServiceBusConnectionStringBuilder.Endpoint プロパティ

定義

エンドポイントの完全修飾ドメイン名。

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

プロパティ値

例外

エンドポイントが完全修飾エンドポイントでない場合にスローします。

ホスト名を解析できないときに をスローします

this.Endpoint = contoso.servicebus.windows.net

適用対象