Share via


IAspNetDevelopmentServerTest.AspNetDevelopmentServers Property

Gets a list of AspNetDevelopmentServer objects for this test.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
ReadOnly Property AspNetDevelopmentServers As ICollection(Of AspNetDevelopmentServer)
ICollection<AspNetDevelopmentServer> AspNetDevelopmentServers { get; }
property ICollection<AspNetDevelopmentServer^>^ AspNetDevelopmentServers {
    ICollection<AspNetDevelopmentServer^>^ get ();
}
abstract AspNetDevelopmentServers : ICollection<AspNetDevelopmentServer>
function get AspNetDevelopmentServers () : ICollection<AspNetDevelopmentServer>

Property Value

Type: System.Collections.Generic.ICollection<AspNetDevelopmentServer>
A list of ASP.NET development server objects for this test.

.NET Framework Security

See Also

Reference

IAspNetDevelopmentServerTest Interface

Microsoft.VisualStudio.TestTools.Common Namespace

AspNetDevelopmentServer