This enumeration provides valid types of Web server settings.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration WebServerType
[SerializableAttribute]
public enum WebServerType
[SerializableAttribute]
public enum class WebServerType
[<SerializableAttribute>]
type WebServerType
public enum WebServerType
Members
| Member name | Description | |
|---|---|---|
| Iis | The server is Internet Information Services [ver 5.0 and later]. | |
| None | Not a Web server. | |
| WebDev | The server is the Visual Studio development server. |