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

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

Property Value

Type: System.String

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

See Also

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

Return to top