Get or set the email of the user
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax string Email { get; set; }
Property Email As String
Get
Set
property String^ Email {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringRemarks
The system will ensure the uniqueness of the email.
It will refused duplicate email while saving a user
See Also