|
WSUserEmail Property |
Namespace: Infosoft.Common.Contracts.DataContracts.UserRegisterAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public string Email { get; set; }
No code example is currently available or this language may not be supported.
Property Value
StringRemarks A unique email address, which the user will use for logging in to a service. Note that all email addresses are converted to lowercase, meaning that "Example@infosoft.no" and "example@infosoft.no" are regarded as identical, and cannot be added for separate users.
See Also