Gets or sets the path of the referenced Web service.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
/** @property */
/** @property */
Value
Return Value
The path of the referenced Web service.
Remarks
The Path property can only point to local Web services. In other words, this property can only point to Web services in the same domain of your Microsoft ASP.NET AJAX application. Path can be a relative, application-relative, domain-relative, or absolute path.
If the InlineScript property is set to true, then you must use a relative path that points to the same Web application as the page that contains the ServiceReference instance.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)