ApplicationProperties Enum

Definition

Represents the enumeration for application properties.

public enum class ApplicationProperties
public enum ApplicationProperties
type ApplicationProperties = 
Public Enum ApplicationProperties
Inheritance
ApplicationProperties

Fields

GlobalUntagged 0

Specifies applications that are global and independent of workflow.

NonGlobalUntagged 1

Specifies applications that are non-global and independent of workflow.

Tagged 2

Specifies applications that are either global or non-global and are dependent on workflow.

Applies to