Interface IPersonName
Represents a persons name.
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public interface IPersonName
Properties
FirstName
Gets or sets the persons first name.
Declaration
string FirstName { get; set; }
Property Value
String
|