WebServerType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration provides valid types of Web server settings.
C++
public enum class WebServerType
[System.Serializable]
public enum WebServerType
[<System.Serializable>]
type WebServerType =
Public Enum WebServerType
- Inheritance
-
WebServerType
- Attributes
Name | Value | Description |
---|---|---|
None | 0 | Not a Web server. |
Iis | 1 | The server is Internet Information Services [ver 5.0 and later]. |
WebDev | 2 | The server is the Visual Studio development server. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |