Gets or sets the UrlProvidersSection for this section group.

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

Syntax

C#
[ConfigurationPropertyAttribute("urlProviders")]
public UrlProvidersSection UrlProviders { get; set; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("urlProviders")> _
Public Property UrlProviders As UrlProvidersSection
Visual C++
[ConfigurationPropertyAttribute(L"urlProviders")]
public:
property UrlProvidersSection^ UrlProviders {
	UrlProvidersSection^ get ();
	void set (UrlProvidersSection^ value);
}

See Also