RanorexRanorex Documentation
Parameters Property
NamespacesRanorex.Core.TestingITestCaseParameters
Gets the parameters of the test case.
Declaration Syntax
C#Visual BasicVisual C++
IDictionary<string, string> Parameters { get; }
ReadOnly Property Parameters As IDictionary(Of String, String)
property IDictionary<String^, String^>^ Parameters {
	IDictionary<String^, String^>^ get ();
}
Value
The test case parameters.

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