언어

Application.EnableDump 속성

정의

애플리케이션이 덤프를 활성화하는지 설정하거나 획득합니다.

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

속성 값

애플리케이션이 덤프를 활성화하면 참이며; 그렇지 않으면 거짓입니다.

적용 대상