WebService.AppRelativeUrl Property

Gets the relative path to the .asmx file from the root URL of the Web site project.

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

Syntax

'Declaration
ReadOnly Property AppRelativeUrl As String
string AppRelativeUrl { get; }
property String^ AppRelativeUrl {
    String^ get ();
}
abstract AppRelativeUrl : string with get
function get AppRelativeUrl () : String

Property Value

Type: System.String
The relative path to the .asmx file from the root URL of the Web site.

.NET Framework Security

See Also

Reference

WebService Interface

VsWebSite Namespace

VSWebSite

Other Resources

Referencing Automation Assemblies and the DTE2 Object