SettingsShowResult Property  | 
 
            Show request result in the WindowsRequest, if false, close the Window.
            
 
    Namespace: 
   Hummingbird.TestFramework.Configuration
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic bool ShowResult { get; set; }Public Property ShowResult As Boolean
	Get
	Set
public:
property bool ShowResult {
	bool get ();
	void set (bool value);
}member ShowResult : bool with get, set
Property Value
Type: 
Boolean
See Also