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
'Usage
Dim instance As AspNetDevelopmentServerHostAttribute
Dim value As String
value = instance.WebAppRoot
public string WebAppRoot { get; }
public:
property String^ WebAppRoot {
String^ get ();
}
public function get WebAppRoot () : String
Property Value
Type: System.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
AspNetDevelopmentServerHostAttribute Members
Microsoft.VisualStudio.TestTools.UnitTesting.Web Namespace