Index
Hiding Load Data Section
By default all sections of the ValidationUnit are visible. You can hide the loaded data section using the HideLoadDataSection property of the ValidationUnit.
Example
validationUnit.HideLoadDataSection = false;
By default all sections of the ValidationUnit are visible. You can hide the loaded data section using the HideLoadDataSection property of the ValidationUnit.
validationUnit.HideLoadDataSection = false;