Partager via


ServiceReference.Path Propriété

Définition

Obtient ou définit le chemin d'accès au service Web référencé.

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

Valeur de propriété

String

Le chemin d'accès au service Web référencé.

Remarques

La Path propriété ne peut pointer qu’vers des services Web locaux. En d’autres termes, cette propriété peut uniquement pointer vers des services Web dans le même domaine que votre application web compatible AJAX ASP.NET. Path peut être un chemin relatif, relatif à l’application, relatif à un domaine ou absolu.

Si la InlineScript propriété est définie truesur , vous devez utiliser un chemin relatif qui pointe vers la même application web que la page qui contient l’instance ServiceReference .

S’applique à