Share via


IAspNetDevelopmentServerTest.AspNetDevelopmentServers Property

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)
'Usage
Dim instance As IAspNetDevelopmentServerTest 
Dim value As ICollection(Of AspNetDevelopmentServer)

value = instance.AspNetDevelopmentServers
ICollection<AspNetDevelopmentServer> AspNetDevelopmentServers { get; }
property ICollection<AspNetDevelopmentServer^>^ AspNetDevelopmentServers {
    ICollection<AspNetDevelopmentServer^>^ get ();
}
function get AspNetDevelopmentServers () : ICollection<AspNetDevelopmentServer>

Property Value

Type: System.Collections.Generic.ICollection<AspNetDevelopmentServer>

.NET Framework Security

See Also

Reference

IAspNetDevelopmentServerTest Interface

IAspNetDevelopmentServerTest Members

Microsoft.VisualStudio.TestTools.Common Namespace