SoapAddressBinding.Location プロパティ

定義

Port を適用する SoapAddressBinding のための URI を表す値を取得または設定します。

public:
 property System::String ^ Location { System::String ^ get(); void set(System::String ^ value); };
public string Location { get; set; }
member this.Location : string with get, set
Public Property Location As String

プロパティ値

URI を含んでいる文字列。 既定値は空の文字列 ("") です。

SoapBinding_SoapOperationBinding#12

適用対象