ValidationProcessOptions.CommitVersion Property

Definition

Specifies whether the version being validated is committed after validation.

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

Property Value

true if the version being validated is committed after validation; otherwise, false.

Attributes

Applies to