ExpressionActivityEditor.IsReadOnly 属性

定义

获取或设置一个指示表达式活动是否是只读的值。

public:
 property bool IsReadOnly { bool get(); void set(bool value); };
public bool IsReadOnly { get; set; }
member this.IsReadOnly : bool with get, set
Public Property IsReadOnly As Boolean

属性值

Boolean

如果表达式活动是只读,则为 true;否则为 false

适用于