ApplicationInfoMaintainerEmailAddress Property  | 
 Gets the email address of the maintainer of the application.
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? MaintainerEmailAddress { get; }Public ReadOnly Property MaintainerEmailAddress As String
	Get
public:
property String^ MaintainerEmailAddress {
	String^ get ();
}member MaintainerEmailAddress : string with get
Property Value
Type: 
StringThe maintainer email address, or 
 if one has not been specified.
Remarks
                The value will be the value of the 
MaintainerEmailAddress configuration
                setting. If a value has not been specified, the email address associated with the built-in administrator account will be used.
            
See Also