Share via


RegisterPackageOptions.ForceTargetAppShutdown 속성

정의

패키지가 현재 사용 중인 경우 등록을 계속할 수 있도록 패키지 와 연결된 프로세스가 강제로 종료되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool ForceTargetAppShutdown { bool get(); void set(bool value); };
bool ForceTargetAppShutdown();

void ForceTargetAppShutdown(bool value);
public bool ForceTargetAppShutdown { get; set; }
var boolean = registerPackageOptions.forceTargetAppShutdown;
registerPackageOptions.forceTargetAppShutdown = boolean;
Public Property ForceTargetAppShutdown As Boolean

속성 값

Boolean

bool

TRUE 는 등록을 계속할 수 있도록 패키지와 연결된 프로세스가 강제로 종료됨을 나타냅니다. 그렇지 않으면 FALSE입니다.

적용 대상

추가 정보