Variable.Modifiers 属性
定义
获取或设置此 VariableModifiers 的 Variable 值。Gets or sets the VariableModifiers value for this Variable.
public:
property System::Activities::VariableModifiers Modifiers { System::Activities::VariableModifiers get(); void set(System::Activities::VariableModifiers value); };
public System.Activities.VariableModifiers Modifiers { get; set; }
member this.Modifiers : System.Activities.VariableModifiers with get, set
Public Property Modifiers As VariableModifiers
属性值
此 Variable 的变量修饰符值。The variable modifier value for this Variable.
注解
此属性在运行时为只读。This property is read-only at runtime. 如果在运行时设置值,则会引发 InvalidOperationException。If the value is set at runtime, an InvalidOperationException is thrown.