Share via


Rule.Active 屬性

定義

取得或設定值,表示是否應評估 Rule

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

屬性值

如果應評估規則,則為 true,否則為 false

備註

設定為 false 時,這個屬性與規則所標記的註解類似。 預設為 true

適用於