RanorexRanorex Documentation
Providers Property
NamespacesRanorex.Core.DataDataProviderContextProviders
Gets the data provider stack for the current thread.
Declaration Syntax
C#Visual BasicVisual C++
protected static Stack<IDataProvider> Providers { get; }
Protected Shared ReadOnly Property Providers As Stack(Of IDataProvider)
protected:
static property Stack<IDataProvider^>^ Providers {
	Stack<IDataProvider^>^ get ();
}
Value
The data providers for the current thread.

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