IUserEmailAddress Property
|
Gets and sets the email address of this User.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string EmailAddress { get; set; }
Property EmailAddress As String
Get
Set
property String^ EmailAddress {
String^ get ();
void set (String^ value);
}
abstract EmailAddress : string with get, set
Property Value
Type:
StringSee Also