Class LoginData
- Namespace
- SunamoData.Data
- Assembly
- SunamoData.dll
Represents login credentials with a username and password.
public class LoginData
- Inheritance
-
LoginData
- Inherited Members
- Extension Methods
Properties
Login
Gets or sets the login username.
public string Login { get; set; }
Property Value
Password
Gets or sets the password.
public string Password { get; set; }