WebService.URL Property

 

The URL of the .asmx file for the Web service.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

string URL { get; }
property String^ URL {
    String^ get();
}
abstract URL : string with get
ReadOnly Property URL As String

Property Value

Type: System.String

The URL for the .asmx file in the Web site.

Remarks

For file-based Web sites, the value of this property is based on the physical path including the port number. The property value might therefore be different from one IDE session to another.

See Also

VSWebSite
WebService Interface
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object

Return to top