AspNetDevelopmentServerAttribute.Name Property
Gets the name of the ASP.NET Development Server.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting.Web
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property Name As String
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
member Name : string with get
function get Name () : String
Property Value
Type: String
The name of the ASP.NET Development Server.
Remarks
This name must be unique for all AspNetDevelopmentServerAttribute specified on a single test.
.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