Click or drag to resize
Infosoft Logo

WSUserEmail Property


Namespace: Infosoft.Common.Contracts.DataContracts.UserRegister
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public string Email { get; set; }

Property Value

String
Remarks
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