ExtensionPackageInfo2DisplayNameGenerator Property  | 
 Gets the display name generator.
 
    Namespace: 
   Dundas.BI.Extensibility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxprotected virtual Func<string>? DisplayNameGenerator { get; }Protected Overridable ReadOnly Property DisplayNameGenerator As Func(Of String)
	Get
protected:
virtual property Func<String^>^ DisplayNameGenerator {
	Func<String^>^ get ();
}abstract DisplayNameGenerator : Func<string> with get
override DisplayNameGenerator : Func<string> with get
Property Value
Type: 
FuncString
See Also