RanorexRanorex Documentation
MaxMatchTextLen Property
NamespacesRanorex.CoreRxPathMaxMatchTextLen
The maximum length to use for attribute values that have a TruncationLength of -1 when building paths. Longer attribute values are truncated using regular expressions.
Declaration Syntax
C#Visual BasicVisual C++
public static int MaxMatchTextLen { get; set; }
Public Shared Property MaxMatchTextLen As Integer
public:
static property int MaxMatchTextLen {
	int get ();
	void set (int value);
}

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.4.23593 (4.0.4.23593)