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
function get Name () : String

Property Value

Type: System.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

See Also

Reference

AspNetDevelopmentServerAttribute Class

Microsoft.VisualStudio.TestTools.UnitTesting.Web Namespace

Other Resources

ASP.NET Unit Tests