Compartir a través de


ApplicationType Enum

Definition

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

DisabledApplication -1

Specifies the disabled application type.

ExtendedApplication 3

Specifies the extended application type.

ExternalApplication 2

Specifies the external application type.

WebApplication 1

Specifies the web application type.

WinFormApplication 0

Specifies the windows forms application type.

Applies to