ServiceReference.Path プロパティ

定義

参照する Web サービスのパスを取得または設定します。

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

プロパティ値

参照する Web サービスのパス。

注釈

プロパティは Path 、ローカル Web サービスのみを指すことができます。 つまり、このプロパティは、AJAX 対応 ASP.NET Web アプリケーションと同じドメイン内の Web サービスのみを指すことができます。 Path には、相対パス、アプリケーション相対パス、ドメイン相対パス、または絶対パスを指定できます。

プロパティが InlineScripttrue設定されている場合は、インスタンスを含むページと同じ Web アプリケーションを指す相対パスを ServiceReference 使用する必要があります。

適用対象