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
public string PathToWebApp { get; }
public:
property String^ PathToWebApp {
String^ get ();
}
member PathToWebApp : string with get
function get PathToWebApp () : String
Property Value
Type: String
The path to the Web application.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AspNetDevelopmentServerAttribute Class
Microsoft.VisualStudio.TestTools.UnitTesting.Web Namespace