Gets the collection of AnalyticsQuery elements defined in the configuration section.

Namespace:  Endeca.Data.Configuration
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[ConfigurationPropertyAttribute("providers")]
public ProviderSettingsCollection Providers { get; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("providers")> _
Public ReadOnly Property Providers As ProviderSettingsCollection
Visual C++
[ConfigurationPropertyAttribute(L"providers")]
public:
property ProviderSettingsCollection^ Providers {
	ProviderSettingsCollection^ get ();
}

See Also