Interface IUserProfile
- Namespace
- The.Components
- Assembly
- Instagile.dll
public interface IUserProfile : IEntity, IHasChanges
- Inherited Members
- Extension Methods
Properties
Account
IUserAccount? Account { get; set; }
Property Value
DisplayName
string DisplayName { get; set; }
Property Value
LastLogon
DateTime? LastLogon { get; set; }
Property Value
Properties
IUserProfileProperties Properties { get; }
Property Value
Settings
string Settings { get; set; }