Gets/Sets whether to ignore Find.Allxx<TControl>(...) elements that don't match the TControl specified. (i.e. the TControl type validation fails for that element). If false, the Find.Allxx method will throw an exception.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)

Syntax

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

See Also