VariableModifiers 列挙型

定義

ワークフロー ランタイムが Variable オブジェクトを処理する方法を指定します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class VariableModifiers
[System.Flags]
public enum VariableModifiers
[<System.Flags>]
type VariableModifiers = 
Public Enum VariableModifiers
継承
VariableModifiers
属性

フィールド

名前 説明
None 0

Variableに修飾子は指定されません。

ReadOnly 1

Variableの値は変更できません。

Mapped 2

Variableは永続化のためにマップされます。

適用対象