VariableModifiers Enumeration

.NET Framework (current version)
 

Specifies the way the workflow runtime treats Variable objects.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   System.Activities
Assembly:  System.Activities (in System.Activities.dll)

[FlagsAttribute]
public enum class VariableModifiers

Member nameDescription
Mapped

The Variable is mapped for persistence.

None

No modifiers are specified for the Variable.

ReadOnly

The value for the Variable cannot be changed.

.NET Framework
Available since 4.0
Return to top
Show: