Share via


ValidationProcessOptions.CommitVersion 속성

정의

유효성 검사 후 유효성 검사 중인 버전이 커밋되는지 여부를 지정합니다.

public:
 property bool CommitVersion { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool CommitVersion { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.CommitVersion : bool with get, set
Public Property CommitVersion As Boolean

속성 값

유효성을 검사하는 버전을 유효성 검사 후에 커밋하면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상