ApplicationInfoDataMaintainerEmailAddress Property  | 
 Gets the email address of the maintainer of the application.
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "maintainerEmailAddress", EmitDefaultValue = false)]
public string? MaintainerEmailAddress { get; set; }<DataMemberAttribute(Name := "maintainerEmailAddress", EmitDefaultValue := false)>
Public Property MaintainerEmailAddress As String
	Get
	Set
public:
[DataMemberAttribute(Name = L"maintainerEmailAddress", EmitDefaultValue = false)]
property String^ MaintainerEmailAddress {
	String^ get ();
	void set (String^ value);
}[<DataMemberAttribute(Name = "maintainerEmailAddress", EmitDefaultValue = false)>]
member MaintainerEmailAddress : string with get, set
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