다음을 통해 공유


ValidationSettings.OnlyUseAdditionalConstraints 속성

정의

추가 유효성 검사 제약 조건을 워크플로 유효성 검사에 단독으로 사용할지 여부를 나타내는 값을 가져오거나 설정합니다. true로 설정하면 작업 자체에 포함된 모든 유효성 검사가 무시됩니다.

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

속성 값

추가 제약 조건이 단독으로 사용되면 true이고, 그렇지 않으면 false입니다.

설명

Validate 워크플로 실행 되 고 모든 결과 오류 발생 될 때마다 호출 되는 InvalidWorkflowException throw 됩니다.

적용 대상