AspNetDevelopmentServer.PathToWebApp 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 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.