CsvMappingRegexTimeout Property
Maximum time (in milliseconds) that can be used to resolve a CSV column
name alias.
Namespace: FolkerKinzel.CsvTools.MappingsAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
public static int RegexTimeout { get; set; }
Public Shared Property RegexTimeout As Integer
Get
Set
public:
static property int RegexTimeout {
int get ();
void set (int value);
}
static member RegexTimeout : int with get, set
Property Value
Int32The default value is 10.
Set this value to
Infinite to disable the timeout.