WebService.AppRelativeUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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