ManagedWrapper.SuspendRequired 속성

정의

래퍼 일시 중단이 필요한지 여부를 가져오거나 설정합니다.

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

속성 값

Boolean

래퍼의 일시 중단이 필요한 경우 True입니다. 그렇지 않으면 false입니다.

구현

적용 대상