AppSettingDisplayNameGenerator Property |
Gets the delegate used to localize the setting's display name.
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Func<string>? DisplayNameGenerator { get; }
Public ReadOnly Property DisplayNameGenerator As Func(Of String)
Get
public:
property Func<String^>^ DisplayNameGenerator {
Func<String^>^ get ();
}
member DisplayNameGenerator : Func<string> with get
Property Value
Type:
FuncStringSee Also