共用方式為


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

適用於