RanorexRanorex Documentation
Parameters Property
NamespacesRanorex.Core.DataDataContextParameters
Gets the parameters set for this context.
Declaration Syntax
C#Visual BasicVisual C++
public IndexedDictionary<string, string> Parameters { get; }
Public ReadOnly Property Parameters As IndexedDictionary(Of String, String)
public:
property IndexedDictionary<String^, String^>^ Parameters {
	IndexedDictionary<String^, String^>^ get ();
}
Value
The parameters of this context.

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