Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

The name of the ASP.NET Development Server.

This name must be unique for all AspNetDevelopmentServerAttribute specified on a single test.

Return to top
Show: