次の方法で共有


HttpOperationBinding.Location プロパティ

定義

HttpAddressBinding でサポートされている操作の、Web サービス記述言語 (WSDL: Web Services Description Language) 内における、HttpOperationBinding で指定された位置の相対 URL を取得または設定します。

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

プロパティ値

String

相対パスを表すエンコードされていない文字列。 既定値は空の文字列 ("") です。

適用対象