Edit

Share via


VariableModifiers Enum

Definition

Specifies the way the workflow runtime treats Variable objects.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum VariableModifiers
Inheritance
VariableModifiers
Attributes

Fields

Name Value Description
None 0

No modifiers are specified for the Variable.

ReadOnly 1

The value for the Variable cannot be changed.

Mapped 2

The Variable is mapped for persistence.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1