Share via


IAspNetDevelopmentServerTest.AspNetDevelopmentServers Property

Definition

Gets a list of AspNetDevelopmentServer objects for this test.

public:
 property System::Collections::Generic::ICollection<Microsoft::VisualStudio::TestTools::Common::AspNetDevelopmentServer ^> ^ AspNetDevelopmentServers { System::Collections::Generic::ICollection<Microsoft::VisualStudio::TestTools::Common::AspNetDevelopmentServer ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer> AspNetDevelopmentServers { get; }
member this.AspNetDevelopmentServers : System.Collections.Generic.ICollection<Microsoft.VisualStudio.TestTools.Common.AspNetDevelopmentServer>
Public ReadOnly Property AspNetDevelopmentServers As ICollection(Of AspNetDevelopmentServer)

Property Value

A list of ASP.NET development server objects for this test.

Applies to