ApplicationProperties 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 enumeration for application properties.
public enum class ApplicationProperties
public enum ApplicationProperties
type ApplicationProperties =
Public Enum ApplicationProperties
- Inheritance
-
ApplicationProperties
Fields
Name | Value | Description |
---|---|---|
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. |