ExtensionPackageInfo2AuthorGenerator Property |
Gets the author generator.
Namespace:
Dundas.BI.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax protected virtual Func<string>? AuthorGenerator { get; }
Protected Overridable ReadOnly Property AuthorGenerator As Func(Of String)
Get
protected:
virtual property Func<String^>^ AuthorGenerator {
Func<String^>^ get ();
}
abstract AuthorGenerator : Func<string> with get
override AuthorGenerator : Func<string> with get
Property Value
Type:
FuncStringSee Also