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> with get
function get AspNetDevelopmentServers () : ICollection<AspNetDevelopmentServer>
Property Value
Type: ICollection<AspNetDevelopmentServer>
A list of ASP.NET development server objects for this test.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IAspNetDevelopmentServerTest Interface