PackageClass.SafeRecursiveProjectPackageExecution 속성

정의

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

속성 값

패키지의 재귀 실행이 안전하면 true이고, 그렇지 않으면 false입니다.

구현

설명

자세한 내용은 Package를 참조하세요.

적용 대상