Click or drag to resize

AddUserProfileFirstName Property

Gets the User first name assigned to a user

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public string FirstName { get; set; }

Property Value

String
Remarks
Gets the User first name assigned to a user. This value represents the first name assigned to a user. The maximum length for this value is 50 characters.

Note  Note
Setup:
Manager > Employees > Information Tab
Example
Dan
See Also