AspNetDevelopmentServerAttribute.PathToWebApp Property

Gets the path to the Web application.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting.Web
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property PathToWebApp As String
'Usage
Dim instance As AspNetDevelopmentServerAttribute 
Dim value As String 

value = instance.PathToWebApp
public string PathToWebApp { get; }
public:
property String^ PathToWebApp {
    String^ get ();
}
public function get PathToWebApp () : String

Property Value

Type: System.String
The path to the Web application.

.NET Framework Security

See Also

Reference

AspNetDevelopmentServerAttribute Class

AspNetDevelopmentServerAttribute Members

Microsoft.VisualStudio.TestTools.UnitTesting.Web Namespace

Other Resources

ASP.NET Unit Tests