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.
IAspNetDevelopmentServerTest::AspNetDevelopmentServers Property
Gets a list of AspNetDevelopmentServer objects for this test.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
property ICollection<AspNetDevelopmentServer^>^ AspNetDevelopmentServers {
ICollection<AspNetDevelopmentServer^>^ get();
}
Property Value
Type: System.Collections.Generic::ICollection<AspNetDevelopmentServer^>^A list of ASP.NET development server objects for this test.
Show: