Gets or sets the UrlProviderSection for this section group.

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

Syntax

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

See Also