Share via


WebService.AppRelativeUrl Property

Definition

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

public:
 property System::String ^ AppRelativeUrl { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(3)]
public string AppRelativeUrl { [System.Runtime.InteropServices.DispId(3)] get; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.AppRelativeUrl : string
Public ReadOnly Property AppRelativeUrl As String

Property Value

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

Attributes

Applies to