WebService.URL Property

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

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

Syntax

'Declaration
ReadOnly Default Property URL As String
string this { get; }
property String^ default {
    String^ get ();
}
abstract URL : string with get
function get URL () : 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.

.NET Framework Security

See Also

Reference

WebService Interface

VsWebSite Namespace

VSWebSite

Other Resources

Referencing Automation Assemblies and the DTE2 Object