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

Namespace:  Endeca.Web.Configuration
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[ConfigurationPropertyAttribute("", IsDefaultCollection = true)]
public UrlProviderCollection UrlProviders { get; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("", IsDefaultCollection := True)> _
Public ReadOnly Property UrlProviders As UrlProviderCollection
Visual C++
[ConfigurationPropertyAttribute(L"", IsDefaultCollection = true)]
public:
property UrlProviderCollection^ UrlProviders {
	UrlProviderCollection^ get ();
}

See Also