ValidationProcessOptions.CommitVersion Property

Definition

Gets or sets a value that indicates whether the version being validated should be 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 that is being validated should be committed after validation; otherwise, false.

Attributes

Applies to