RanorexRanorex Documentation
TruncationLength Property
NamespacesRanorex.CoreAttributeDescriptorTruncationLength
Gets or sets the maximum length of the string representation of the attribute value when used in RxPaths. If the length of the string representation of the attribute value is greater than this value, the string representation is truncated and converted to a regular expression.
Declaration Syntax
C#Visual BasicVisual C++
public int TruncationLength { get; set; }
Public Property TruncationLength As Integer
public:
property int TruncationLength {
	int get ();
	void set (int value);
}
Value
The maximum length of the string representation of the attribute value when used in RxPaths. Default is int.MaxValue, i.e. by default truncating is disabled.
Remarks
If you set this value to -1, the MaxMatchTextLen will be used as truncation length for this attribute.

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