AppSettingCategoryNameGenerator Property

Gets the delegate used to localize the setting's category name.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public Func<string> CategoryNameGenerator { get; }

Property Value

Type: FuncString
The delegate, or if the CategoryName property was set explicitly.
See Also