AspNetDevelopmentServerHostAttribute.PathToWebApp Property
Gets the path of 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 AspNetDevelopmentServerHostAttribute
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 of 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
AspNetDevelopmentServerHostAttribute Class
AspNetDevelopmentServerHostAttribute Members
Microsoft.VisualStudio.TestTools.UnitTesting.Web Namespace