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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.