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

屬性

適用於