AspNetDevelopmentServerHostAttribute.WebAppRoot Property
Gets the Web application root.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting.Web
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property WebAppRoot As String
public string WebAppRoot { get; }
public:
property String^ WebAppRoot {
String^ get ();
}
member WebAppRoot : string with get
function get WebAppRoot () : String
Property Value
Type: String
The Web application root.
.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
Microsoft.VisualStudio.TestTools.UnitTesting.Web Namespace