Delen via


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
'Usage
Dim instance As WebService 
Dim value As String 

value = instance.AppRelativeUrl
string AppRelativeUrl { get; }
property String^ AppRelativeUrl {
    String^ 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

WebService Members

VsWebSite Namespace

VSWebSite

Other Resources

Referencing Automation Assemblies and the DTE2 Object