ServiceReference.Path Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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 true
sur , vous devez utiliser un chemin relatif qui pointe vers la même application web que la page qui contient l’instance ServiceReference .