Interface IUserProfileProperties
- Namespace
- The.Components
- Assembly
- Instagile.dll
public interface IUserProfileProperties : IEntityProperties
- Inherited Members
Properties
Account
EntityReferenceProperty Account { get; }
Property Value
DisplayName
PrimitiveAttribute<string> DisplayName { get; }
Property Value
LastLogon
PrimitiveAttribute<DateTime?> LastLogon { get; }
Property Value
Settings
PrimitiveAttribute<string> Settings { get; }