Interface IUserAccountProperties
- Namespace
- The.Components
- Assembly
- Instagile.dll
Represents the properties of a user account entity.
public interface IUserAccountProperties : IEntityProperties
- Inherited Members
Properties
Claims
EntityCollectionProperty Claims { get; }
Property Value
Profile
EntityReferenceProperty Profile { get; }
Property Value
Username
PrimitiveAttribute<string> Username { get; }