Class UpdateUserProfileVM
Inheritance
System.Object
UpdateUserProfileVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class UpdateUserProfileVM : CloudBaseVM
Properties
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
PasswordNew
Declaration
public string PasswordNew { get; set; }
Property Value
Type |
Description |
System.String |
|
PasswordNew2
Declaration
public string PasswordNew2 { get; set; }
Property Value
Type |
Description |
System.String |
|
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|