AccountEmailAddress Property |
Gets or sets the account's email address.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string? EmailAddress { get; set; }
Public Property EmailAddress As String
Get
Set
public:
virtual property String^ EmailAddress {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract EmailAddress : string with get, set
override EmailAddress : string with get, set
Property Value
Type:
StringThe account's email address.
See Also