Tenant.EmailSenderDisplayName Property |
Gets or sets the display name used for the sender 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.2.0.1000)
Syntaxpublic string? EmailSenderDisplayName { get; set; }
Public Property EmailSenderDisplayName As String
Get
Set
public:
property String^ EmailSenderDisplayName {
String^ get ();
void set (String^ value);
}
member EmailSenderDisplayName : string with get, set
Property Value
Type:
String
See Also