GetUserBasicModelLastName Property | |
Gets the last name assigned to a user
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string LastName { get; set; }
function get_LastName();
function set_LastName(value);
Property Value
StringRemarks
Gets the last name assigned to a user. This value represents last name assigned to a user . The maximum length for this value is 50 characters.
Note |
---|
Setup:
Manager > Employees > Information Tab
|
Example Brown
See Also