PackageRemote64Class.SuspendRequired 屬性

定義

取得或設定值,指出當工作遇到中斷點時是否應該暫停。

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

屬性值

Boolean

如果工作遇到中斷點時會暫停,則為 true,否則為 false。

實作

適用於