TenantEmailReplyToAddress Property  | 
 
            Gets or sets the reply-to email address used in tenant-specific email communications.
            
 
    Namespace: 
   Dundas.BI.AccountServices.MultiTenancy
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? EmailReplyToAddress { get; set; }Public Property EmailReplyToAddress As String
	Get
	Set
public:
property String^ EmailReplyToAddress {
	String^ get ();
	void set (String^ value);
}member EmailReplyToAddress : string with get, set
Property Value
Type: 
String
See Also