VariableModifiers Enumeração
Definição
Especifica a maneira em que o runtime de fluxo de trabalho trata objetos Variable.Specifies the way the workflow runtime treats Variable objects.
Esta enumeração tem um atributo FlagsAttribute que permite uma combinação bit a bit dos valores membros dela.
public enum class VariableModifiers
[System.Flags]
public enum VariableModifiers
[<System.Flags>]
type VariableModifiers =
Public Enum VariableModifiers
- Herança
- Atributos
Campos
| Mapped | 2 | A Variable é mapeada para persistência.The Variable is mapped for persistence. |
| None | 0 | Não há nenhum modificador especificado para a Variable.No modifiers are specified for the Variable. |
| ReadOnly | 1 | O valor da Variable não pode ser alterado.The value for the Variable cannot be changed. |