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