ApplicationType Enum
Definition
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.
Represents the set of application types that are read from the web service.
public enum class ApplicationType
public enum ApplicationType
type ApplicationType =
Public Enum ApplicationType
- Inheritance
-
ApplicationType
Fields
Name | Value | Description |
---|---|---|
DisabledApplication | -1 | Specifies the disabled application type. |
WinFormApplication | 0 | Specifies the windows forms application type. |
WebApplication | 1 | Specifies the web application type. |
ExternalApplication | 2 | Specifies the external application type. |
ExtendedApplication | 3 | Specifies the extended application type. |