Binding.Host プロパティ

定義

バインドのホスト値を取得します。

public:
 property System::String ^ Host { System::String ^ get(); };
public string Host { get; }
member this.Host : string
Public ReadOnly Property Host As String

プロパティ値

バインドのホスト値。

Hostプロパティの例を次に示します。 このコード例は、 クラスに対して提供されるより大きな例の Binding 一部です。

bindingdisplay = bindingdisplay + "\n   Host: " + binding.Host;

注釈

の値 System.String.Empty は、バインドが特定のホストにバインドされていないこと、またはバインドが IP ポート ホスト バインドではないことを示します。

適用対象