Click or drag to resize

UserAccountLastName Property

Last name field - for DB authentication only.

Namespace: GSF.Security.Model
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
[LabelAttribute("Last Name")]
[StringLengthAttribute(200)]
[SearchableAttribute]
public string LastName { get; set; }
View Source

Property Value

String
See Also