Share via


AspNetDevelopmentServer.PathToWebApp Property

Definition

Gets the full path of the Web application that is being tested.

public:
 property System::String ^ PathToWebApp { System::String ^ get(); };
public string PathToWebApp { get; }
member this.PathToWebApp : string
Public ReadOnly Property PathToWebApp As String

Property Value

A string that contains the full path of the Web application.

Applies to