SettingsMaxConsoleOutputCache Property  | 
 
            Gets or sets the maximum console output can be hold in the automation runner. Default value is 100KB (102400 bytes)
            
 
    Namespace: 
   Hummingbird.TestFramework.Configuration
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic int MaxConsoleOutputCache { get; set; }Public Property MaxConsoleOutputCache As Integer
	Get
	Set
public:
property int MaxConsoleOutputCache {
	int get ();
	void set (int value);
}member MaxConsoleOutputCache : int with get, set
Property Value
Type: 
Int32
            The maximum number in bytes of the console output can be displayed in automated test runner.
            The value must greater than 1024.
            
See Also