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