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)
Syntaxpublic Func<string> CategoryNameGenerator { get; }Public ReadOnly Property CategoryNameGenerator As Func(Of String)
Get
public:
property Func<String^>^ CategoryNameGenerator {
Func<String^>^ get ();
}member CategoryNameGenerator : Func<string> with get
Property Value
Type:
FuncStringThe delegate, or
if the
CategoryName property was set explicitly.
See Also