Table of Contents

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

IUserAccount

DisplayName

string DisplayName { get; set; }

Property Value

string

LastLogon

DateTime? LastLogon { get; set; }

Property Value

DateTime?

Properties

IUserProfileProperties Properties { get; }

Property Value

IUserProfileProperties

Settings

string Settings { get; set; }

Property Value

string