If set to true, then any submit operation will throw an exception without actual submission. Default is false;

Namespace: VcClient.Test
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public bool SubmitThrowsErrors { get; set; }
Visual Basic
Public Property SubmitThrowsErrors As Boolean
	Get
	Set
Visual C++
public:
property bool SubmitThrowsErrors {
	bool get ();
	void set (bool value);
}

See Also