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 です。

属性

適用対象