ExtensionPackageInfo2CopyrightGenerator Property  | 
 Gets the copyright 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>? CopyrightGenerator { get; }Protected Overridable ReadOnly Property CopyrightGenerator As Func(Of String)
	Get
protected:
virtual property Func<String^>^ CopyrightGenerator {
	Func<String^>^ get ();
}abstract CopyrightGenerator : Func<string> with get
override CopyrightGenerator : Func<string> with get
Property Value
Type: 
FuncString
See Also