Share via


AspNetDevelopmentServer.WebAppRoot Property

Definition

Gets the name of the root for the Web application that is being tested.

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

Property Value

A string that contains the name of the root for the Web application.

Applies to