ExtensionPackageInfoAuthor Property  | 
 
            Gets the name of the extension package author.
            
 
    Namespace: 
   Dundas.BI.Extensibility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic abstract string? Author { get; }Public MustOverride ReadOnly Property Author As String
	Get
public:
virtual property String^ Author {
	String^ get () abstract;
}abstract Author : string with get
Property Value
Type: 
String
See Also